]> git.ipfire.org Git - ipfire.org.git/blobdiff - en/404.shtml
Build some nice error pages.
[ipfire.org.git] / en / 404.shtml
diff --git a/en/404.shtml b/en/404.shtml
new file mode 100644 (file)
index 0000000..9bba4e7
--- /dev/null
@@ -0,0 +1,34 @@
+<!--#include virtual="../header.shtml" -->
+
+<div id="main">
+
+       <div id="main_inner" class="fixed">
+
+               <div id="primaryContent_columnless">
+
+                       <div id="columnA_columnless">
+               
+                               <h3>404 - Document not found</h3>
+
+                               <!-- insert image here -->
+
+                               <p>
+                                       The requested document was not found on the webserver.
+                                       <br />
+                                       <a href="http://<!--#echo var="SERVER_NAME" -->/">Home</a>
+                                       <a href="javascript:history.go(-1)">Back</a>
+                               </p>
+                               
+                               <br class="clear" />
+               
+                       </div>
+       
+               </div>
+
+               <br class="clear" />
+
+       </div>
+
+</div>
+
+<!--#include virtual="../footer.shtml" -->