encoding
[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=utf8" />
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                                         </td>
31                                 </tr>
32                                 <tr>
33                                         <td id="lowerLeft"></td>
34                                         <td id="lowerRight">
35                                                 <div id="main" />
36                                         </td>
37                                 </tr>
38                                 <tr>
39                                         <td id="footerLeft"></td>
40                                         <td id="footerRight">&copy;2009. designed by FROGGS, hosted by mst, blessed by kthakore</td>
41                                 </tr>
42                         </table>
43                 </div>
44         </body>
45 </html>