]> i-scream Git - www.i-scream.org.git/blobdiff - www/skeleton.xhtml
Commit new website. The old site is tagged, so this won't change the live
[www.i-scream.org.git] / www / skeleton.xhtml
diff --git a/www/skeleton.xhtml b/www/skeleton.xhtml
new file mode 100644 (file)
index 0000000..67a28f4
--- /dev/null
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html>
+
+<head>
+<title>skeleton</title>
+<!--#include virtual="/style.inc" -->
+</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>
+
+<!--#include virtual="/footer.inc" -->
+
+</div>
+
+<!--#include virtual="/menu.inc" -->
+
+</div>
+
+</body>
+</html>