This commit is contained in:
nelle 2022-12-19 20:36:54 -07:00
parent 384507843a
commit 0fd79111a3
3 changed files with 9 additions and 24 deletions

View file

@ -3,13 +3,14 @@
<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>

View file

@ -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>

View file

@ -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>