DEPRECATE in favor of metacpan.org
[catagits/BackPAN-Web.git] / root / html / layout.html
CommitLineData
b67ffc2e 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3 <head>
c4e00ace 4 <title>BackPAN.org</title>
b67ffc2e 5 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
2504ede0 6 <link rel="shortcut icon" href="/static/favicon.ico" />
b67ffc2e 7 <link rel="stylesheet" href="/static/main.css" type="text/css" />
924289f3 8 <script type="text/javascript">
9
10 var _gaq = _gaq || [];
11 _gaq.push(['_setAccount', 'UA-445290-5']);
12 _gaq.push(['_trackPageview']);
13
14 (function() {
15 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
16 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
17 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
18 })();
19
20 </script>
b67ffc2e 21 </head>
22<body>
23<div class="container">
24 <div id="search">
92111caa 25 <form action="#" method="GET">
b67ffc2e 26 <input type="text" id="q" name="q" />
27 <input type="submit" id="searchbtn" value="Search" />
28 </form>
29 </div>
30 <div id="logo">
924289f3 31 <a href="/"><h1>BackPAN.org</h1></a>
b67ffc2e 32 </div>
33 <div id="menu">
34 <div class="nav">
35 <ul>
b67ffc2e 36 <li><a id="nav-about" href="/about">About</a></li>
37 </ul>
38 </div>
39 </div>
40 <div id="header">
41 <p>A Complete History of CPAN.</p>
42 </div>
43 <div id="content">
44 </div>
45</div>
46<div id="footer">
cf4e2940 47 <p>Created by <a href="http://about.me/wallacereis" target="_blank">Wallace Reis</a></p>
b67ffc2e 48 <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
49</div>
50</body>
51</html>