-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.46 KB
/
index.html
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
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>THE website</title>
<link rel="icon" href="icon.gif">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<ul>
<li>
<h3>my old site that has some of my games:</h3>
<a href="coolgames">
<h1>COOL GAMES</h1>
</a>
</li>
<li>
<a href="https://hexoKnight.itch.io">
<h1>Itch.io</h1>
</a>
</li>
<li>
<a href="https://github.com/HexoKnight">
<h1 style="margin-bottom: 0;">GITHUB</h1>
</a>
<h3 style="margin-top: 0;">(incase it wasn't obvious)</h3>
</li>
<li class="compact">
<h3>not mine but very true:</h3>
<a href="https://dontasktoask.com/">
<h3>dontasktoask.com</h3>
</a>
<a href="https://nohello.net/en/">
<h3>nohello.net</h3>
</a>
</li>
<!-- <li>
<h2>Bruh server status:</h2>
<h1 style="margin: 5%;" class="status">ONLINE</h1>
<button onclick="ping('bruhpi.loseyourip.com', 22)"><h1>refresh</h1></button>
</li> -->
</ul>
</body>
</html>