Update with latest fixes
[catagits/BackPAN-Web.git] / root / static / html / error_404.html
diff --git a/root/static/html/error_404.html b/root/static/html/error_404.html
new file mode 100644 (file)
index 0000000..4dbbaa9
--- /dev/null
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+        <head>
+                <title>BackPAN</title>
+                <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+                <link rel="stylesheet" href="/static/main.css" type="text/css" />
+        </head>
+<body>
+<div class="container">
+        <div id="search">
+                <form action="/search" method="GET">
+                        <input type="text" id="q" name="q" />
+                        <input type="submit" id="searchbtn" value="Search" />
+                </form>
+        </div>
+        <div id="logo">
+                <a href="/"><h1>BackPAN.org</h1><a>
+        </div>
+        <div id="menu">
+                <div class="nav">
+                        <ul>
+                                <li><a id="nav-releases" href="/releases">Releases</a></li>
+                                <li><a id="nav-dists" href="/dists">Distributions</a></li>
+                                <li><a id="nav-authors" href="/authors">Authors</a></li>
+                                <li><a id="nav-about" href="/about">About</a></li>
+                        </ul>
+                </div>
+        </div>
+        <div id="header">
+                <p>A Complete History of CPAN.</p>
+        </div>
+       <div id="content">
+               <div id="plain-text">
+                       <p>Sorry, not found!</p>
+                       <p>Whatever it was you were looking for, it's not here.</p>
+                       <p>Please send any corrections, suggestions or comments to wreis at cpan.org.</p>
+               </div>
+       </div>
+</div>
+<div id="footer">
+        <p>Created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a></p>
+        <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
+</div>
+</body>
+</html>