-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
32 lines (30 loc) · 1.12 KB
/
404.html
File metadata and controls
32 lines (30 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id="navbar">
</div>
<div id="content">
<div id="content-left-wrapper">
<div id="content-left">
<div id="intro" class="box">
<h2>Where are you?</h2>
<p>You've reached a page that doesn't exist. If you're looking for the index, click <a href="/">here</a>.</p>
</div><br>
</div>
</div>
<div id="content-right">
<div id="right-bar" class="box">
<h2>Links</h2>
<p><a href="https://discord.gg/fqEKbkScqE">Discord Server</a></p><br>
<p><a href="https://github.com/Tarvey">GitHub</a></p><br>
<p><a href="https://t.me/foobardot">Telegram</a></p><br>
<p><a href="https://x.com/uranidotde">Twitter</a></p><br>
</div>
</div>
</div>
</body>
</html>