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