From f94c1ab69c16f705327e4efcc6f112fc40830e91 Mon Sep 17 00:00:00 2001 From: ugrnm Date: Thu, 23 Mar 2017 13:52:23 +0100 Subject: [PATCH] empty 404 style --- .gitignore | 1 + var/www/static/404-floppy-not-found.html | 2 +- var/www/static/404-style.css | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 var/www/static/404-style.css diff --git a/.gitignore b/.gitignore index 975af0e..f9fb1b3 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ !/var/www/static/ /var/www/static/* !/var/www/static/404-floppy-not-found.html +!/var/www/static/404-style.css *.pyc diff --git a/var/www/static/404-floppy-not-found.html b/var/www/static/404-floppy-not-found.html index 4dacfde..354172e 100644 --- a/var/www/static/404-floppy-not-found.html +++ b/var/www/static/404-floppy-not-found.html @@ -4,7 +4,7 @@ INSERT FLOPPY!!! - +

404 - FLOPPY NOT FOUND

diff --git a/var/www/static/404-style.css b/var/www/static/404-style.css new file mode 100644 index 0000000..182052b --- /dev/null +++ b/var/www/static/404-style.css @@ -0,0 +1 @@ +/*nothing*/