Update index page on mailing list
[sdlgit/SDL-Site.git] / layout.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
3         <head>
4                 <meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" />
5                 <link rel="stylesheet" type="text/css" href="assets/default.css" charset="iso-8859-1" />
6                 <link rel="stylesheet" type="text/css" href="assets/blog.css"    charset="iso-8859-1" />
7                 <link rel="stylesheet" type="text/css" href="assets/pod.css"     charset="iso-8859-1" />
8                 <title>Simple DirectMedia Library Bindings for Perl</title>
9         </head>
10         <body>
11                 <div id="background">
12                         <table id="mainTable" cellspacing="0" cellpadding="0">
13                                 <tr>
14                                         <td id="upperLeft"></td>
15                                         <td id="upperRight">
16                                                 <a href="index.html">Home</a>
17                                                 &middot;&middot;&middot;
18                                                 <a href="blog-0000.html">Articles</a>
19                                                 &middot;&middot;&middot;
20                                                 <a href="documentation.html">Documentation</a>
21                                                 &middot;&middot;&middot;
22                                                 <a href="http://github.com/kthakore/SDL_perl">Dev</a>
23                                                 &middot;&middot;&middot;
24                                                 <a href="http://sdlperl.ath.cx:8080/">Smolder</a>
25                                                 &middot;&middot;&middot;
26                                                 <!--<a href="index.html">Irc</a>
27                                                 &middot;&middot;&middot;-->
28                                                 <a href="http://search.cpan.org/dist/SDL_Perl/">Download</a>
29                                                 &middot;&middot;&middot;
30                                                 <a href="about.html">About</a>
31                                         </td>
32                                 </tr>
33                                 <tr>
34                                         <td id="lowerLeft"></td>
35                                         <td id="lowerRight">
36                                                 <div id="main" />
37                                         </td>
38                                 </tr>
39                                 <tr>
40                                         <td id="footerLeft"></td>
41                                         <td id="footerRight">&copy;2009. designed by <a href="http://github.com/FROGGS" target="_blank">FROGGS</a>, 
42                                                                          hosted by <a href="http://www.shadowcat.co.uk/blog/matt-s-trout" target="_blank">mst</a>, 
43                                                                                                          maintained by <a href="http://yapgh.blogspot.com" target="_blank">kthakore</a></td>
44                                 </tr>
45                         </table>
46                 </div>
47         </body>
48 </html>