updated layout
Tobias Leich [Thu, 12 Nov 2009 18:06:42 +0000 (19:06 +0100)]
layout.html

index c3a0bc4..55ed24e 100644 (file)
@@ -1,34 +1,40 @@
-<html>\r
-       <head>\r
-               <link rel="stylesheet" type="text/css" href="/assets/default.css" />\r
-               <link rel="stylesheet" type="text/css" href="/assets/pod.css" />\r
-               <title>Simple DirectMedia Library Bindings for Perl</title>\r
-       </head>\r
-       <body>\r
-               <div id="background">\r
-                       <table id="mainTable" cellspacing="0" cellpadding="0">\r
-                               <tr>\r
-                                       <td id="upperLeft"></td>\r
-                                       <td id="upperRight">\r
-                                               <a href="index.html">Home</a>\r
-                                               &middot;&middot;&middot;\r
-                                               <a href="index.html">Articles</a>\r
-                                               &middot;&middot;&middot;\r
-                                               <a href="index.html">Documentation</a>\r
-                                               &middot;&middot;&middot;\r
-                                               <a href="index.html">Irc</a>\r
-                                               &middot;&middot;&middot;\r
-                                               <a href="index.html">Download</a>\r
-                                               &middot;&middot;&middot;\r
-                                       </td>\r
-                               </tr>\r
-                               <tr>\r
-                                       <td id="lowerLeft"></td>\r
-                                       <td id="lowerRight">\r
-                                               <div id="main" />\r
-                                       </td>\r
-                               </tr>\r
-                       </table>\r
-               </div>\r
-       </body>\r
-</html>
+<!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=iso-8859-1" />
+               <link rel="stylesheet" type="text/css" href="default.css" charset="iso-8859-1" />
+               <link rel="stylesheet" type="text/css" href="pod.css"     charset="iso-8859-1" />
+               <title>Simple DirectMedia Library 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>
+                                               &middot;&middot;&middot;
+                                               <a href="index.html">Articles</a>
+                                               &middot;&middot;&middot;
+                                               <a href="index.html">Documentation</a>
+                                               &middot;&middot;&middot;
+                                               <a href="index.html">Irc</a>
+                                               &middot;&middot;&middot;
+                                               <a href="index.html">Download</a>
+                                               &middot;&middot;&middot;
+                                       </td>
+                               </tr>
+                               <tr>
+                                       <td id="lowerLeft"></td>
+                                       <td id="lowerRight">
+                                               <div id="main" />
+                                       </td>
+                               </tr>
+                               <tr>
+                                       <td id="footerLeft"></td>
+                                       <td id="footerRight"></td>
+                               </tr>
+                       </table>
+               </div>
+       </body>
+</html>
\ No newline at end of file