Commit | Line | Data |
f58f388a |
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> |
f76cf0d2 |
4 | <meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" /> |
a1249ebe |
5 | <link rel="stylesheet" type="text/css" href="assets/default.css" charset="iso-8859-1" /> |
717de90a |
6 | <link rel="stylesheet" type="text/css" href="assets/blog.css" charset="iso-8859-1" /> |
a1249ebe |
7 | <link rel="stylesheet" type="text/css" href="assets/pod.css" charset="iso-8859-1" /> |
f58f388a |
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"> |
449a007b |
16 | <a href="index.html">Home</a> |
f58f388a |
17 | ··· |
449a007b |
18 | <a href="blog-0000.html">Articles</a> |
f58f388a |
19 | ··· |
449a007b |
20 | <a href="documentation.html">Documentation</a> |
f58f388a |
21 | ··· |
394eb7f9 |
22 | <a href="http://github.com/kthakore/SDL_perl">Dev</a> |
23 | ··· |
24 | <a href="http://sdlperl.ath.cx:8080/">Smolder</a> |
25 | ··· |
508c9a24 |
26 | <!--<a href="index.html">Irc</a> |
27 | ···--> |
394eb7f9 |
28 | <a href="http://search.cpan.org/dist/SDL_Perl/">Download</a> |
332a7f00 |
29 | ··· |
30 | <a href="about.html">About</a> |
f58f388a |
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> |
5e1273a7 |
41 | <td id="footerRight">©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> |
f58f388a |
44 | </tr> |
45 | </table> |
46 | </div> |
47 | </body> |
48 | </html> |