960c14c97a41b95be3853aeace987f07db1b5cc2
[catagits/BackPAN-Web.git] / root / html / error_404.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3         <head>
4                 <title>BackPAN</title>
5                 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
6                 <link rel="shortcut icon" href="/static/favicon.ico" />
7                 <link rel="stylesheet" href="/static/main.css" type="text/css" />
8         </head>
9 <body>
10 <div class="container">
11         <div id="search">
12                 <form action="/search" method="GET">
13                         <input type="text" id="q" name="q" />
14                         <input type="submit" id="searchbtn" value="Search" />
15                 </form>
16         </div>
17         <div id="logo">
18                 <a href="/"><h1>BackPAN.org</h1><a>
19         </div>
20         <div id="menu">
21                 <div class="nav">
22                         <ul>
23                                 <li><a id="nav-releases" href="/releases">Releases</a></li>
24                                 <li><a id="nav-dists" href="/dists">Distributions</a></li>
25                                 <li><a id="nav-authors" href="/authors">Authors</a></li>
26                                 <li><a id="nav-about" href="/about">About</a></li>
27                         </ul>
28                 </div>
29         </div>
30         <div id="header">
31                 <p>A Complete History of CPAN.</p>
32         </div>
33         <div id="content">
34                 <div id="plain-text">
35                         <p>Sorry, not found!</p>
36                         <p>Whatever it was you were looking for, it's not here.</p>
37                         <p>Please send any corrections, suggestions or comments to wreis at cpan.org.</p>
38                 </div>
39         </div>
40 </div>
41 <div id="footer">
42         <p>Created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a></p>
43         <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
44 </div>
45 </body>
46 </html>