]> i-scream Git - www.i-scream.org.git/blobdiff - www/skeleton.xhtml
Another biggish commit.
[www.i-scream.org.git] / www / skeleton.xhtml
index db2c3dffb262315ecf03aebcb46f5d7b9fb93bbc..3c74c433be21a7dea204dd61047e046d3274fe13 100644 (file)
@@ -1,32 +1,31 @@
 <!--#include virtual="/doctype.inc" -->
-
-<head>
-<title>skeleton</title>
+  <head>
+    <title>
+      skeleton
+    </title>
 <!--#include virtual="/style.inc" -->
-</head>
-
-<body>
-
-<div id="container">
-
-<div id="main">
-
+  </head>
+  <body>
+    <div id="container">
+      <div id="main">
 <!--#include virtual="/header.inc" -->
-
-<div id="contents"> 
-  <h1 class="top">Skeleton Page</h1>
-  <h2>Section</h2>
-  <h3>Content</h3>
-  <p>Body Text</p>
-</div>
-
+        <div id="contents">
+          <h1 class="top">
+            Skeleton Page
+          </h1>
+          <h2>
+            Section
+          </h2>
+          <h3>
+            Content
+          </h3>
+          <p>
+            Body Text
+          </p>
+        </div>
 <!--#include virtual="/footer.inc" -->
-
-</div>
-
+      </div>
 <!--#include virtual="/menu.inc" -->
-
-</div>
-
-</body>
+    </div>
+  </body>
 </html>