-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout.html
46 lines (46 loc) · 1.9 KB
/
layout.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="assets/default.css" charset="iso-8859-1" />
<link rel="stylesheet" type="text/css" href="assets/blog.css" charset="iso-8859-1" />
<link rel="stylesheet" type="text/css" href="assets/pod.css" charset="iso-8859-1" />
<title>Simple DirectMedia Layer Bindings for Perl</title>
</head>
<body>
<div id="background">
<table id="mainTable" cellspacing="0" cellpadding="0">
<tr>
<td id="upperLeft"></td>
<td id="upperRight">
<a href="index.html">Home</a>
···
<a href="blog-0000.html">Articles</a>
···
<a href="documentation.html">Documentation</a>
···
<a href="http://github.com/PerlGameDev/SDL">Dev</a>
···
<a href="http://widget.mibbit.com/?settings=89f140215d60860684cee2f6a917607f&server=irc.perl.org&channel=%23sdl">Irc</a>
···
<a href="http://search.cpan.org/dist/SDL">Download</a>
···
<a href="about.html">About</a>
</td>
</tr>
<tr>
<td id="lowerLeft"></td>
<td id="lowerRight">
<div id="main" />
</td>
</tr>
<tr>
<td id="footerLeft"></td>
<td id="footerRight">©2009. designed by <a href="http://github.com/FROGGS" target="_blank">FROGGS</a>,
hosted by <a href="http://www.shadowcat.co.uk/blog/matt-s-trout" target="_blank">mst</a>,
maintained by <a href="http://yapgh.blogspot.com" target="_blank">kthakore</a></td>
</tr>
</table>
</div>
</body>
</html>