diff options
| author | s1n <[email protected]> | 2019-10-21 20:58:44 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-21 20:58:44 -0700 |
| commit | 48bbde0160c130d44800c672008eaaaacccd8afb (patch) | |
| tree | 01b6fb6e5aeb863030df1207f40aa78ad72a71f1 /projects/index.html | |
| parent | make 404 nice (diff) | |
| download | p.s1n.pw-admin-48bbde0160c130d44800c672008eaaaacccd8afb.tar.xz p.s1n.pw-admin-48bbde0160c130d44800c672008eaaaacccd8afb.zip | |
make projects not blind u
Diffstat (limited to 'projects/index.html')
| -rw-r--r-- | projects/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html index 5e44cce..90c6331 100644 --- a/projects/index.html +++ b/projects/index.html @@ -9,6 +9,12 @@ </head> <body> + <style> + html, body { + background: #0f0f0f !important; + } + </style> + <script> location.href = "/work/" </script> |