Revision: | 1.2 |
Committed: | Tue Mar 23 20:22:27 2004 UTC (20 years, 8 months ago) by tdb |
Branch: | MAIN |
Changes since 1.1: | +1 -4 lines |
Log Message: | Move to .xhtml files instead of .shtml. They still use SSI. We're now validating as XHTML 1.1 (or, at least we will be when I've tested every page of the site to make sure it validates). I've put the necessary frigs in the webserver so it returns the content-type as text/html if the web browser doesn't make any claims to know about application/xhtml+xml (which is the content type defined by the XHTML standards). |
# | Content |
---|---|
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> |