]> i-scream Git - www.i-scream.org.git/blob - www/skeleton.xhtml
Move to .xhtml files instead of .shtml. They still use SSI.
[www.i-scream.org.git] / www / skeleton.xhtml
1 <!--#include virtual="/doctype.inc" -->
2
3 <head>
4 <title>skeleton</title>
5 <!--#include virtual="/style.inc" -->
6 </head>
7
8 <body>
9
10 <div id="container">
11
12 <div id="main">
13
14 <!--#include virtual="/header.inc" -->
15
16 <div id="contents"> 
17   <h1 class="top">Skeleton Page</h1>
18   <h2>Section</h2>
19   <h3>Content</h3>
20   <p>Body Text</p>
21 </div>
22
23 <!--#include virtual="/footer.inc" -->
24
25 </div>
26
27 <!--#include virtual="/menu.inc" -->
28
29 </div>
30
31 </body>
32 </html>