ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/skeleton.xhtml
Revision: 1.1
Committed: Sun Mar 21 23:58:08 2004 UTC (20 years ago) by tdb
Branch: MAIN
Log Message:
Commit new website. The old site is tagged, so this won't change the live
site... but it does move HEAD on to the new site.

Too many changes to list really. General points are:

- Moved to a XHTML CSS compliant site.
- Reorganised the site into a more multi-project based look.
- Removed a lot of cruft.

Still to do:

- Fix all the zillions of bugs stopping the whole site from validating :-)
- Tidy up the HTML in terms of layout and indentation.

Thanks to AJ for his help this weekend in doing this.

File Contents

# Content
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>
8 <!--#include virtual="/style.inc" -->
9 </head>
10
11 <body>
12
13 <div id="container">
14
15 <div id="main">
16
17 <!--#include virtual="/header.inc" -->
18
19 <div id="contents">
20 <h1 class="top">Skeleton Page</h1>
21 <h2>Section</h2>
22 <h3>Content</h3>
23 <p>Body Text</p>
24 </div>
25
26 <!--#include virtual="/footer.inc" -->
27
28 </div>
29
30 <!--#include virtual="/menu.inc" -->
31
32 </div>
33
34 </body>
35 </html>