-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.26 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<style>
* {
font-family: monospace;
}
body {
background-color: #000;
color: white;
}
</style>
<head>
<title>Prestige</title>
<!-- CSS only -->
</head>
<body>
<center>
<br>
<br>
<h1 style="font-size: 100px;">Prestige</h1>
<span style="font-size: x-large;">Simple. Lightweight. Effective.</span> <br> <br> <br>
<button type="button" class="btn btn-light" onclick="window.location='https://github.com/prestigeengine/prestige'">Download for Windows</button>
<button type="button" class="btn btn-light" onclick="window.location='https://github.com/prestigeengine/prestige'">Download for Linux</button>
<button type="button" class="btn btn-light" onclick="window.location='https://github.com/prestigeengine/prestige'">Source Code</button>
<br><br>
<hr style="height: 1px; border: none;background: white">
<span>Write clean code. Get clean results.</span> <br> <br>
<img src="example.png" style="border-radius: 1%;">
</center>
</body>