# | Line 1 | Line 1 | |
---|---|---|
1 | < | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
1 | > | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 | > | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 | ||
3 | – | <!-- |
4 | – | minutes.shtml |
5 | – | Created by tdb1 25/05/2001 |
6 | – | Last edited 25/05/2001 |
7 | – | --> |
8 | – | |
4 | <html> | |
5 | ||
6 | <head> | |
7 | < | <title>i-scream meeting minutes</title> |
7 | > | <title>i-scream meeting minutes</title> |
8 | > | <!--#include virtual="/style.inc" --> |
9 | </head> | |
10 | ||
11 | < | <basefont face="arial,sans-serif" size="2"> |
16 | < | <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
11 | > | <body> |
12 | ||
13 | < | <table border="0" cellpadding="2" cellspacing="2"> |
19 | < | <tr> |
20 | < | <td valign="top"> |
21 | < | <!--#include virtual="left.inc" --> |
22 | < | </td> |
23 | < | <td valign="top"> |
24 | < | <!--#include virtual="title.inc" --> |
13 | > | <div id="container"> |
14 | ||
15 | + | <div id="main"> |
16 | + | |
17 | + | <!--#include virtual="/header.inc" --> |
18 | + | |
19 | + | <div id="contents"> |
20 | + | <h1 class="top">i-scream meeting minutes</h1> |
21 | <h2>i-scream meeting minutes</h2> | |
22 | ||
23 | <p>These are the minutes from all the meetings that took | |
# | Line 86 | Line 81 | development of they i-scream central monitoring system | |
81 | </table> | |
82 | </center> | |
83 | </div> | |
84 | + | </div> |
85 | ||
86 | < | <!--#include virtual="bottom.inc" --> |
87 | < | </td> |
88 | < | </tr> |
89 | < | </table> |
86 | > | <!--#include virtual="/footer.inc" --> |
87 | > | |
88 | > | </div> |
89 | > | |
90 | > | <!--#include virtual="/menu.inc" --> |
91 | > | |
92 | > | </div> |
93 | ||
94 | </body> | |
95 | </html> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |