ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/skeleton.xhtml
Revision: 1.3
Committed: Tue Mar 23 23:43:23 2004 UTC (20 years 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.

File Contents

# Content
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>