summaryrefslogtreecommitdiff
path: root/www/404.php
diff options
context:
space:
mode:
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");?>