summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-web/website/contents/index.html
blob: 99f6b379bcc670a8d9149f32edb83adb8a8a3e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
	<head>
        <meta charset="UTF-8" />
        <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>