-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.08 KB
/
index.html
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
<html>
<head>
<title>The Class Notes - Cornell's Original Coed A Cappella Group</title>
<script language="Javascript">
<!--
var contentPage = "welcome.php";
theString = document.location.href;
buffArr = theString.split("?");
for (i=0; i<buffArr.length; i++) {
if (buffArr[i].substring(0,7)=="cnpage=") {
contentPage = buffArr[i].substring(7,50) + ".html";
}
}
//-->
</script>
<script language="Javascript">
<!--
var ns4 = (document.layers)? true:false;
var ie4 = (document.all)? true:false;
if (ie4) {}
else if (ns4) { document.location.href="index2.html"; }
else {}
//-->
</script>
</head>
<frameset rows="*,17,83" border=0 frameborder=0 framespacing=0>
<frameset cols="252,*" border=0 frameborder=0 framespacing=0>
<frame name="nav" src="nav.html" noresize scrolling=no>
<frame name="main" src="welcome.php" noresize scrolling=auto>
</frameset>
<frame name="timelineNav" src="timeline_nav.html" noresize scrolling=no>
<frame name="timelinePhotos" src="timeline_collage.html" noresize scrolling=no>
</frameset>
<body bgcolor=#000000>
</body>
</html>