1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 |
|
3 |
<!-- |
4 |
todo.shtml |
5 |
Created by tdb1 25/05/2001 |
6 |
Last edited 25/05/2001 |
7 |
--> |
8 |
|
9 |
<html> |
10 |
|
11 |
<head> |
12 |
<title>i-scream TODO list</title> |
13 |
</head> |
14 |
|
15 |
<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
16 |
|
17 |
<table border="0" cellpadding="2" cellspacing="2"> |
18 |
<tr> |
19 |
<td valign="top"> |
20 |
<!--#include virtual="left.inc" --> |
21 |
</td> |
22 |
<td valign="top"> |
23 |
<!--#include virtual="title.inc" --> |
24 |
|
25 |
<h2><font face="Arial">i-scream central monitoring system TODO list</font></h2> |
26 |
|
27 |
<p><font face="Arial" size="2">This page lists the things we plan to do with the |
28 |
i-scream central monitoring system in the future.</font></p> |
29 |
|
30 |
<p><font face="Arial" size="2">To view the older TODO list from the project |
31 |
please click <a href="oldtodo.shtml">here</a>.</font></p> |
32 |
|
33 |
<p><font face="Arial" size="2">TODO: write a TODO list :-)</font><br> |
34 |
|
35 |
<!--#include virtual="bottom.inc" --> |
36 |
</td> |
37 |
</tr> |
38 |
</table> |
39 |
|
40 |
</body> |
41 |
</html> |