summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-21 20:58:03 -0700
committers1n <[email protected]>2019-10-21 20:58:03 -0700
commit687e3f6776593f5af7f38c7e3eaadcac98e6f10f (patch)
treebc7a9266ddf58cd31b57ec2bd3bf782eea42e0a1 /404.html
parentadd 404 (diff)
downloadp.s1n.pw-admin-687e3f6776593f5af7f38c7e3eaadcac98e6f10f.tar.xz
p.s1n.pw-admin-687e3f6776593f5af7f38c7e3eaadcac98e6f10f.zip
make 404 nice
Diffstat (limited to '404.html')
-rw-r--r--404.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/404.html b/404.html
index 8c52789..e65e514 100644
--- a/404.html
+++ b/404.html
@@ -9,6 +9,12 @@
</head>
<body>
+ <style>
+ html, body {
+ background: #0f0f0f !important;
+ }
+ </style>
+
<script>
location.href = "/"
</script>