summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/local-website/contents/index.html
blob: e77c22da294637143470b9a779ea81e57c8b80b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
	<head><title>MythVantage</title>
	</head>
	<frameset rows="170, 80%" frameborder="no" border="3" bordercolor="#000000">
		   <frame src="header.html" name="menuframe" />
		      <frame src="home.shtml" name="content" />
		      <noframes>
			      <body>
				      There is no frame support on your browser.
			      </body>
		      </noframes>
	      </frameset>
      </html>