-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 1.09 KB
/
index.html
File metadata and controls
40 lines (33 loc) · 1.09 KB
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
33
34
35
36
37
38
39
40
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Language" content="en-us">
<title>CGO 2008 Homepage</title>
</head>
<FRAMESET COLS="164,*">
<FRAME FRAMEBORDER="0" SRC="leftmenu.html" NAME="leftmenu" SCROLLING=AUTO target="body">
<FRAMESET ROWS="88,*">
<FRAME FRAMEBORDER="0" SRC="header.html" NAME="header" SCROLLING=AUTO>
<FRAME FRAMEBORDER="0" SRC="home.html" NAME="body" SCROLLING=AUTO target="_top">
</FRAMESET>
<NOFRAMES>
<BODY>
<BLOCKQUOTE>
<P> </P>
<P>Welcome to the CGO-2008 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>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-238213-4";
urchinTracker();
</script>
</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>