diff options
Diffstat (limited to 'abs/core/supplemental-web/contents/index.html')
-rw-r--r-- | abs/core/supplemental-web/contents/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core/supplemental-web/contents/index.html b/abs/core/supplemental-web/contents/index.html new file mode 100644 index 0000000..1168c4a --- /dev/null +++ b/abs/core/supplemental-web/contents/index.html @@ -0,0 +1,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> |