front page rendering appears to work (given git zoom, dbixds and web-simple, anyway)
[catagits/App-IdiotBox.git] / share / html / layout.html
index c5a071a..65c406a 100644 (file)
@@ -1,9 +1,10 @@
 <html>
-  <head>
-    <title>Idiot Box</title>
-  </head>
-  <body>
-    <h1 id="title">Idiot Box</h1>
-    <div id="main-content" />
-  </body>
+<head>
+  <title>Idiot Box</title>
+</head>
+<body>
+  <h1 id="title">Idiot Box</h1>
+  <div id="main-content">
+  </div>
+</body>
 </html>