Revision: | 1.3 |
Committed: | Tue Mar 23 23:43:23 2004 UTC (20 years, 7 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.2: | +25 -26 lines |
Log Message: | Another biggish commit. All pages are now XHTML 1.1 compliant. I've also tided (with the help of the tidy tool) all the pages, so they're neater. There are still parts of the site that won't validate - such as the CGI scripts, and the CVS stuff - but I'll get to them tomorrow. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.2 | <!--#include virtual="/doctype.inc" --> |
2 | tdb | 1.3 | <head> |
3 | <title> | ||
4 | skeleton | ||
5 | </title> | ||
6 | tdb | 1.1 | <!--#include virtual="/style.inc" --> |
7 | tdb | 1.3 | </head> |
8 | <body> | ||
9 | <div id="container"> | ||
10 | <div id="main"> | ||
11 | tdb | 1.1 | <!--#include virtual="/header.inc" --> |
12 | tdb | 1.3 | <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 | tdb | 1.1 | <!--#include virtual="/footer.inc" --> |
27 | tdb | 1.3 | </div> |
28 | tdb | 1.1 | <!--#include virtual="/menu.inc" --> |
29 | tdb | 1.3 | </div> |
30 | </body> | ||
31 | tdb | 1.1 | </html> |