Index: simple-directory-handler.scm
===================================================================
--- simple-directory-handler.scm	(revision 30074)
+++ simple-directory-handler.scm	(working copy)
@@ -57,14 +57,23 @@
           "<!DOCTYPE html PUBLIC
            \"-//W3C//DTD XHTML 1.0 Strict//EN\"
            \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
-<html lang=\"en\">
+<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">
   <head>
     <title>Index of ~a</title>
   </head>
   <body>
-    <h2>Index of ~a:</h2>
+    <h1>Index of ~a:</h1>
     <p><a href=\"~a\">Go to parent directory</a></p>
-    <table>~a</table>
+    <table>
+      <thead>
+        <tr>
+          <th>Name</th>
+          <th>Size</th>
+          <th>Last modified</th>
+        </tr>
+      </thead>
+      <tbody>~a</tbody>
+    </table>
   </body>
 </html>"
           path
