1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2<html lang="en">
3<head>
4  <meta http-equiv="content-type" content="text/html; charset=utf-8">
5  <title>Mesa Home Page</title>
6</head>
7
8<frameset rows="80,*" border="0" frameborder="yes">
9
10  <frame src="banner.html" name="BannerFrame"
11   scrolling="no" marginwidth="1" marginheight="1">
12
13  <frameset cols="28%,72% " border="1" frameborder="yes">
14
15    <frame src="contents.html" name="ContentsFrame"
16     marginwidth="2" marginheight="1" noresize="noresize">
17
18    <frame src="news.html" name="MainFrame"
19     marginwidth="3" marginheight="1" noresize="noresize">
20
21  </frameset>
22
23<noframes>
24<p>Sorry, this site requires frame support</p>
25</noframes>
26
27</frameset>
28
29</html>
30