Add install/Windows/index.html
This commit is contained in:
61
install/Windows/index.html
Normal file
61
install/Windows/index.html
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="nl">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Windows? Really?</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
|
font-family: "Courier New", monospace;
|
||||||
|
text-align: center;
|
||||||
|
padding: 50px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color: red;
|
||||||
|
font-size: 3em;
|
||||||
|
}
|
||||||
|
.green-link {
|
||||||
|
display: inline-block;
|
||||||
|
margin-top: 30px;
|
||||||
|
padding: 10px 20px;
|
||||||
|
background-color: #22c55e;
|
||||||
|
color: black;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
border-radius: 5px;
|
||||||
|
transition: 0.2s;
|
||||||
|
}
|
||||||
|
.green-link:hover {
|
||||||
|
background-color: #10b981;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.bash {
|
||||||
|
background-color: #111;
|
||||||
|
color: #0f0;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 8px;
|
||||||
|
display: inline-block;
|
||||||
|
margin-top: 20px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Windows? 🥀🥀🥀</h1>
|
||||||
|
<p>windows in the big '26</p>
|
||||||
|
<p> enjoy your microslop ahh operating system bruh 😭😭 </p>
|
||||||
|
<a href="https://git.de-roo.org/ben/Finalpychat" class="green-link">Download Terminal Chat Installer</a>
|
||||||
|
|
||||||
|
<!-- <div class="bash">
|
||||||
|
<span>$</span> curl -s https://ben.de-roo.org/install/script.sh | bash -y<br>
|
||||||
|
<span># Or clone manually</span><br>
|
||||||
|
<span>$</span> https://git.de-roo.org/ben/Finalpychat<br>
|
||||||
|
<span>$</span> <br>
|
||||||
|
<span>$</span>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
<p style="margin-top:50px; color:gray;">wat ben je aan het doen met je leven?.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user