generated from burned-salmon/deploy-to-neocities-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnot_found.html
More file actions
24 lines (24 loc) · 1 KB
/
not_found.html
File metadata and controls
24 lines (24 loc) · 1 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
<!DOCTYPE html>
<head>
<title>Snow's Page</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<html style="background-color: black;">
<body>
<div id="container" style="color:white;">
<div id="topBar" style="text-align: center; width: 500px; margin-right:auto;margin-left:auto;margin-top:50px">Howdy Feller, you stumbled onto a broken page, or were trying to sneak around. I don't want to see this behaviour again! <br>
<img src="/!f/cowboyturning.gif"></div>
<div id="headerArea">
<main>
<h1 style="text-align: center;">Page not found</h1>
<p style="text-align: center;">
<strong style="text-align: center;">404</strong>
</p>
<p style="text-align: center;">Return to the main site <a href="https://blizzardfox.net/">here!</a>
</p>
<div style="position:absolute;margin-right:auto;margin-left:auto;"></div>
</main>
</div>
</div>
</body>
</html>