Fix validation errors
authorAndrew Flegg <andrew@bleb.org>
Fri, 16 Oct 2009 10:15:02 +0000 (11:15 +0100)
committerAndrew Flegg <andrew@bleb.org>
Fri, 16 Oct 2009 10:15:02 +0000 (11:15 +0100)
www/index.html

index 65ea2ec..9203a1b 100644 (file)
@@ -1,17 +1,17 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
-html1/DTD/xhtml1-strict.dtd">
-<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">
 <!-- THIS IS TEMPORARY. PLEASE FEEL FREE TO HACK ON -->
 <head>
 <title>Hermes</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 </head>
 <body style="font-family: sans-serif">
 
 <div style="float: right; width: 284px; font-size: 75%">
-<div class="logo"><img src="logo.png" border="0" width="256" height="256" alt="[Hermes]" /></div>
+<div class="logo"><img src="logo.png" width="256" height="256" alt="[Hermes]" /></div>
 
 <ul style="margin:8px; padding: 4px">
-<li><a href="http://thenokiablog.com/2009/10/14/nokia-n900-andrew-flegg-hermes/">thenokiablog.com interview & video</a></li>
+<li><a href="http://thenokiablog.com/2009/10/14/nokia-n900-andrew-flegg-hermes/">thenokiablog.com interview &amp; video</a></li>
 <li><a href="https://bugs.maemo.org/buglist.cgi?product=Hermes">Bug list</a></li>
 <li><a href="https://bugs.maemo.org/enter_bug.cgi?product=Hermes">Raise bug</a></li>
 <li><a href="https://garage.maemo.org/plugins/ggit/browse.php/?p=hermes">Source code</a></li>
@@ -82,4 +82,4 @@ you have no other contact info for them.</li>
 </ul>
 </div>
 </body>
-</hhtml>
+</html>