ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.xhtml
Revision: 1.2
Committed: Sat Feb 9 15:00:42 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Branch point for: I-SCREAM_ORG
Changes since 1.1: +4 -9 lines
Log Message:
Some updates to the i-scream website. Particularly the entry page has had an
overhaul. It now has a News section and a Current Work section. This should
slightly help in making i-scream not look quite so dead. Once again, my web
design skills aren't great, so changes are welcome :-)

File Contents

# User Rev Content
1 tdb 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2    
3     <!--
4 tdb 1.2 $Author$
5     $Id$
6 tdb 1.1 -->
7    
8    
9     <html>
10    
11     <head>
12     <title>The i-scream Project</title>
13 tdb 1.2 <meta name="description" content="The i-scream Project is a central monitoring system for Solaris, Linux, FreeBSD and Windows servers.">
14     <meta name="keywords" content="i-scream, project, central monitoring system, unix, linux, nt, solaris, server, freebsd, alert">
15 tdb 1.1 </head>
16    
17     <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
18    
19     <table border="0" cellpadding="2" cellspacing="2">
20     <tr>
21     <td valign="top">
22     <!--#include virtual="left.inc" -->
23     </td>
24     <td valign="top">
25     <!--#include virtual="title.inc" -->
26     <!--#include virtual="welcome.inc" -->
27    
28     <!--#include virtual="contents.inc" -->
29    
30     <!--#include virtual="bottom.inc" -->
31     </td>
32     </tr>
33     </table>
34    
35     </body>
36    
37     </html>