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

View file

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

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>