summaryrefslogtreecommitdiff
path: root/www/404.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-11 20:29:58 +0100
committeroweissbarth2014-03-11 20:29:58 +0100
commit40a60e461b83bf08d2bd681aa68e20f14f80c6d6 (patch)
tree980bfa8fc2494640a8c435b3324d20e8bb781b2a /www/404.php
parenta9d708cf9638686d81caf2cc9534a5d34dd63b7e (diff)
downloadfiles.iamfabulous.de-40a60e461b83bf08d2bd681aa68e20f14f80c6d6.tar.gz
added 404
Diffstat (limited to 'www/404.php')
-rw-r--r--www/404.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/404.php b/www/404.php
new file mode 100644
index 0000000..ab926bf
--- /dev/null
+++ b/www/404.php
@@ -0,0 +1,7 @@
+<?php include("static/header.html");?>
+ <link rel="stylesheet" type="text/css" href="static/404.css">
+<div id="Error-Page-content">
+ <h1 id="Error-Page-head" >404</h1>
+ <h2 id="Error-Page-description" >Wow! I didn&#39t see that coming...Well, I&#39m sorry...</h2>
+</div>
+<?php include("static/footer.html");?>