From 40a60e461b83bf08d2bd681aa68e20f14f80c6d6 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Tue, 11 Mar 2014 20:29:58 +0100 Subject: added 404 --- www/static/404.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 www/static/404.css (limited to 'www/static/404.css') diff --git a/www/static/404.css b/www/static/404.css new file mode 100644 index 0000000..3567ae4 --- /dev/null +++ b/www/static/404.css @@ -0,0 +1,18 @@ +#Error-Page-content{ + margin-left: auto; + margin-right: auto; + top: 50%; + margin-top: -200px; + width: 600px; + height: 400px; + text-align: center; + position: relative; +} + +#Error-Page-head{ + font-size: 120pt; +} + +#Error-Page-description{ + +} -- cgit v1.2.3