Made a first version of the site
This commit is contained in:
25
404.html
Executable file
25
404.html
Executable file
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>You broke the internet!</title>
|
||||
<link rel="stylesheet" href="/assets/css/404.css" type="text/css" media="all" />
|
||||
</head>
|
||||
<body>
|
||||
<span class="neg">ERROR 404</span>
|
||||
<p>
|
||||
Oh no! Something went wrong and you broke the entire internet!<br />
|
||||
Yes, you broke the whole thing.<br />
|
||||
</p>
|
||||
<p>
|
||||
You can try to fix your fuck up in one of the following ways:
|
||||
<ul>
|
||||
<li> Press CTRL+ALT+DEL to restart your computer. You will lose unsaved information in any programs that are running</li>
|
||||
<li>Hit your computer with a hammer. You <i>might</i> lose unsaved information in any programs that are running.</li>
|
||||
<li> Jump out the window, you will not lose unsaved information in any programs that are running.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<div class="menu">
|
||||
<a href="index.html">Click to Restart</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user