Update 404.html

This commit is contained in:
nelle 2023-02-05 19:38:00 -07:00
parent b925d8b89f
commit 9bd186831d

View file

@ -21,7 +21,7 @@
body{
width: 100%;
height: 100vh;
background-image: url('assets/crt.gif');
background-image: url('assets/404/crt.gif');
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
@ -32,7 +32,7 @@
<body>
<marquee behavior="alternate" scrollamount="30">
<marquee behavior="alternate" scrollamount="30" direction="down">
<img src="assets/404.png">
<img src="assets/404/404.png">
</marquee>
</marquee>
</body>