DEPRECATE in favor of metacpan.org
[catagits/BackPAN-Web.git] / root / html / index.html
index 3872765..1d1414f 100644 (file)
@@ -1,8 +1,55 @@
-<div id="content">
-       <span>New releases</p>
-       <div id="list">
-               <ul class="main-list">
-                       <li><a>Name</a></li>
-               </ul>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+       <head>
+               <title>BackPAN.org</title>
+               <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+               <link rel="shortcut icon" href="/static/favicon.ico" />
+               <link rel="stylesheet" href="/static/main.css" type="text/css" />
+               <script type="text/javascript">
+
+                 var _gaq = _gaq || [];
+                 _gaq.push(['_setAccount', 'UA-445290-5']);
+                 _gaq.push(['_trackPageview']);
+
+                 (function() {
+                   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+                   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+                   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+                 })();
+
+               </script>
+       </head>
+<body>
+<div class="container">
+       <div id="search">
+               <form action="#" 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-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">
+               <center><p><font color="red">DEPRECATED!</font></p></center>
+               </p>Please use <a href="http://www.metacpan.org">MetaCPAN</a>, hence you can find everything you were looking (plus some other cool things).</p>
+           </div>
+       </div>
+</div>
+<div id="footer">
+       <p>Created by <a href="http://about.me/wallacereis" target="_blank">Wallace Reis</a></p>
+       <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
 </div>
+</body>
+</html>