summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/index.html
blob: 1168c4ad17e9947137f519169b722bb39c396912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
	<head>
        <link rel="shortcut icon" href="/favicon.ico">
        <title>LinHES: The Linux Home Entertainment System</title>
	</head>
	<frameset cols="205, 100%" frameborder="no" border="0" bordercolor="#000000">
	<frame src="header.html" scrolling=no  name="menuframe" />
		      <frame src="home.shtml" name="content" />
		      <noframes>
			      <body>
				      There is no frame support on your browser.
			      </body>
		      </noframes>
	      </frameset>
      </html>