-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnot_found.html
More file actions
20 lines (18 loc) · 792 Bytes
/
Copy pathnot_found.html
File metadata and controls
20 lines (18 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Not Found</title>
<link href="https://bluef00t.neocities.org/style.css" rel="stylesheet" type="text/css" media="all">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav>
<div id=sidebar><script type="text/javascript" src= "https://bluef00t.neocities.org/sidebar.js"></script></div>
</nav>
<h1>SORRY</h1>
<p>The page you wan't doesn't exist. There's nothing here. Except for this. A lonely note left inside a black hole that reads "KILROY WAS HERE".</p>
<p>But at least it's a moment of peace and quiet.</p>
<p><a href="https://bluef00t.neocities.org/">Go Back Home.</a> Or stay here forever, it's all the same to the void.</p>
</body>
</html>