diff --git a/var/www/static/404-floppy-not-found.html b/var/www/static/404-floppy-not-found.html index cb9477f..ce72a1a 100644 --- a/var/www/static/404-floppy-not-found.html +++ b/var/www/static/404-floppy-not-found.html @@ -3,10 +3,15 @@ INSERT FLOPPY!!! - - + -

404 - FLOPPY NOT FOUND

+
+

The Score:

+

1. Push it

+ +
+ diff --git a/var/www/static/404-style.css b/var/www/static/404-style.css index 182052b..024d021 100644 --- a/var/www/static/404-style.css +++ b/var/www/static/404-style.css @@ -1 +1,20 @@ -/*nothing*/ +body{ + font-family: monospace; + background-color: white;} + +p{ +color: #1F24FF; +font-size:60px; +text-align: center; + } + +.content { + max-width: 600px; + margin: auto; + } + +.content img { + display: block; + margin: auto; + max-width: 100%; +} \ No newline at end of file