index.html revision 36da0459e4d0b12ab46f0e2090d107a22f68844a
1<html> 2 3<title>Mesa Home Page</title></head> 4 5 6<frameset rows="50,100% " border="1" framespacing="1" frameborder="yes"> 7<frame src="banner.html" name="BannerFrame" scrolling="no" marginwidth="1" marginheight="1" resize=""> 8<frameset cols="28%,72% " border="1" framespacing="1" frameborder="yes"> 9<frame src="contents.html" name="ContentsFrame" marginwidth="2" marginheight="1" resize=""> 10<frame src="news.html" name="MainFrame" marginwidth="3" marginheight="1" resize=""> 11</frameset> 12</frameset> 13 14<noframes> 15 16<body> 17</body> 18 19</noframes> 20</html>