404
This commit is contained in:
parent
384507843a
commit
0fd79111a3
3 changed files with 9 additions and 24 deletions
13
404.html
13
404.html
|
@ -3,14 +3,15 @@
|
|||
|
||||
<title>
|
||||
Error 404
|
||||
</title><style>
|
||||
body {background-image: url('/assets/crt2.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: 100% 100%;
|
||||
</title>
|
||||
<style>
|
||||
body {background-image: url('assets/crt2.gif');
|
||||
background-attachment: cover;
|
||||
height: 100vh;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
</html>
|
|
@ -63,7 +63,7 @@
|
|||
<div class="content">
|
||||
|
||||
<br><br><br>
|
||||
<a href="incident.html">time since last incident</a>
|
||||
<a href="#">0 Days since last incident.</a>
|
||||
<br><br>
|
||||
<p>"Forever - is composed of Nows</p>
|
||||
<p>`Tis not a different time -</p>
|
||||
|
|
16
old/404.html
16
old/404.html
|
@ -1,16 +0,0 @@
|
|||
<html>
|
||||
<head><meta charset = "utf-8" />
|
||||
|
||||
<title>
|
||||
Error 404
|
||||
</title><style>
|
||||
body {background-image: url('/assets/crt2.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
</html>
|
Loading…
Reference in a new issue