Update 404.html
This commit is contained in:
parent
b925d8b89f
commit
9bd186831d
1 changed files with 2 additions and 2 deletions
4
404.html
4
404.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue