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> |
1 |
> |
<!--#include virtual="/doctype.inc" --> |
2 |
> |
<head> |
3 |
> |
<title> |
4 |
> |
skeleton |
5 |
> |
</title> |
6 |
|
<!--#include virtual="/style.inc" --> |
7 |
< |
</head> |
8 |
< |
|
9 |
< |
<body> |
10 |
< |
|
13 |
< |
<div id="container"> |
14 |
< |
|
15 |
< |
<div id="main"> |
16 |
< |
|
7 |
> |
</head> |
8 |
> |
<body> |
9 |
> |
<div id="container"> |
10 |
> |
<div id="main"> |
11 |
|
<!--#include virtual="/header.inc" --> |
12 |
< |
|
13 |
< |
<div id="contents"> |
14 |
< |
<h1 class="top">Skeleton Page</h1> |
15 |
< |
<h2>Section</h2> |
16 |
< |
<h3>Content</h3> |
17 |
< |
<p>Body Text</p> |
18 |
< |
</div> |
19 |
< |
|
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 |
< |
|
28 |
< |
</div> |
29 |
< |
|
27 |
> |
</div> |
28 |
|
<!--#include virtual="/menu.inc" --> |
29 |
< |
|
30 |
< |
</div> |
33 |
< |
|
34 |
< |
</body> |
29 |
> |
</div> |
30 |
> |
</body> |
31 |
|
</html> |