Made a first version of the site

This commit is contained in:
2018-03-23 15:31:31 +01:00
parent 019378adc7
commit 5fcd620c2a
47 changed files with 6056 additions and 0 deletions

25
404.html Executable file
View 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>