blob: 7a0f3d2df85039dffbbe3ac8bc9b31215f320340 (
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>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>
|