-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 884 Bytes
/
index.html
File metadata and controls
32 lines (27 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>CGO 2004 Homepage</title>
</head>
<FRAMESET COLS="145,*">
<FRAME FRAMEBORDER="0" SRC="leftmenu.html" NAME="leftmenu" SCROLLING=AUTO>
<FRAMESET ROWS="120,*">
<FRAME FRAMEBORDER="0" SRC="header.html" NAME="header" SCROLLING=AUTO>
<FRAME FRAMEBORDER="0" SRC="home.html" NAME="body" SCROLLING=AUTO>
</FRAMESET>
<NOFRAMES>
<BODY>
<BLOCKQUOTE>
<P> </P>
<P>Welcome to the CGO-2004 conference web site!</P>
<P>This site requires a frames-capable browser.
Nevertheless, <a href="leftmenu.html">here</a>
is a list of links containing information about the conference,
which can be viewed without frames.</P>
</BLOCKQUOTE>
</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>