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