]> i-scream Git - www.i-scream.org.git/blob - www/skeleton.shtml
Commit new website. The old site is tagged, so this won't change the live
[www.i-scream.org.git] / www / skeleton.shtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html>
5
6 <head>
7 <title>skeleton</title>
8 <!--#include virtual="/style.inc" -->
9 </head>
10
11 <body>
12
13 <div id="container">
14
15 <div id="main">
16
17 <!--#include virtual="/header.inc" -->
18
19 <div id="contents"> 
20   <h1 class="top">Skeleton Page</h1>
21   <h2>Section</h2>
22   <h3>Content</h3>
23   <p>Body Text</p>
24 </div>
25
26 <!--#include virtual="/footer.inc" -->
27
28 </div>
29
30 <!--#include virtual="/menu.inc" -->
31
32 </div>
33
34 </body>
35 </html>