ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.shtml
Revision: 1.1
Committed: Wed Oct 25 23:28:24 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Log Message:
The index page for the website, uses SSI to include the various parts
of the webpage.

File Contents

# User Rev Content
1 tdb 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2    
3     <!--
4     index.shtml
5     Created by pjm2 14/10/2000
6     Last edited 14/10/2000
7     -->
8    
9    
10     <html>
11    
12     <head>
13     <title>The i-scream Project</title>
14     <meta name="description" content="The i-scream Project is a central monitoring system for Unix, Linux and NT servers.">
15     <meta name="keywords" content="i-scream, project, central monitoring system, unix, linux, nt, server, alert">
16     <meta name="generator" content="notepad on acid, aye.">
17     </head>
18    
19     <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
20    
21     <table border="0" cellpadding="2" cellspacing="2">
22     <tr>
23     <td valign="top">
24     <!--#include virtual="left.inc" -->
25     </td>
26     <td valign="top">
27     <!--#include virtual="title.inc" -->
28     <!--#include virtual="welcome.inc" -->
29    
30     <!-- COMMENT: When using this file as a page template, please
31     place the content on the following line (as an include or
32     otherwise) Do not change anything else :) -->
33     <!--#include virtual="contents.inc" -->
34    
35     <!--#include virtual="bottom.inc" -->
36     </td>
37     </tr>
38     </table>
39    
40     </body>
41    
42     </html>