summaryrefslogtreecommitdiff
path: root/404.php
diff options
context:
space:
mode:
Diffstat (limited to '404.php')
-rw-r--r--404.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/404.php b/404.php
new file mode 100644
index 0000000..77555a2
--- /dev/null
+++ b/404.php
@@ -0,0 +1,29 @@
+<?php include_once(getenv("DOCUMENT_ROOT").'/0/server.php'); ?>
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us" dir="ltr" >
+<head>
+<?php echo layout::head('HTTP-404','ltsBlog'); ?>
+</head>
+<body>
+ <h1>Oh Sn*p!</h1>
+<?php echo layout::nav(); ?>
+ <div class="main">
+ <p class="open">404 &mdash; Not Found</p>
+ <p>I'm sure you know what 404 means by now. If you got here by
+ an internal link, shoot me a email at
+ <?php echo layout::email('LukeShu@sbcglobal.net'); ?>
+ </p>
+ <p>Here's a list of things I think you may have been looking for:<ul>
+ <li><a href="/1/">Home</a></li>
+ <li><a href="/1/comicjk/viewer.php">The Comic JK Archives</a></li>
+ <li><a href="/1/FRC/">FRC 1024 Kil-A-Bytes related stuffs</a></li>
+ <li><?php echo server::search_ltsBlog(); ?></li>
+ </ul></p>
+ <p class="sig">~ The Mgmt</p>
+ </div>
+<?php echo layout::footer(); ?>
+</body>
+</html>
+