diff options
| author | s1n <[email protected]> | 2019-10-21 20:58:03 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-21 20:58:03 -0700 |
| commit | 687e3f6776593f5af7f38c7e3eaadcac98e6f10f (patch) | |
| tree | bc7a9266ddf58cd31b57ec2bd3bf782eea42e0a1 /404.html | |
| parent | add 404 (diff) | |
| download | p.s1n.pw-admin-687e3f6776593f5af7f38c7e3eaadcac98e6f10f.tar.xz p.s1n.pw-admin-687e3f6776593f5af7f38c7e3eaadcac98e6f10f.zip | |
make 404 nice
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ </head> <body> + <style> + html, body { + background: #0f0f0f !important; + } + </style> + <script> location.href = "/" </script> |