summaryrefslogtreecommitdiff
path: root/www/404.php
diff options
context:
space:
mode:
authorHorus32014-03-11 21:46:24 +0100
committerHorus32014-03-11 21:46:24 +0100
commit9ed369355660f41919e9eb0086e73c7589cd0dcf (patch)
tree5ce7a36bca3115f0cfd5f0dffe86ae7090f6a963 /www/404.php
parent3961f4dfd618c6554b47364112bb88988a846993 (diff)
parent2017dfe555bf187fc80145b7a134610ea746d031 (diff)
downloadfiles.iamfabulous.de-9ed369355660f41919e9eb0086e73c7589cd0dcf.tar.gz
Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.de
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");?>