diff options
author | James Meyer <james.meyer@operamail.com> | 2012-05-12 22:08:35 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-05-12 22:08:35 (GMT) |
commit | 02002703ea2b6a378f2160adfc56b6dc9627991b (patch) | |
tree | 2384d0265d153874e2d258ecba29d2b8333d244a /abs/core/supplemental-web/contents/alt_index.html | |
parent | de75425bb04ae1a0b3e4f58baf53d23785dd1287 (diff) | |
download | linhes_pkgbuild-02002703ea2b6a378f2160adfc56b6dc9627991b.zip linhes_pkgbuild-02002703ea2b6a378f2160adfc56b6dc9627991b.tar.gz linhes_pkgbuild-02002703ea2b6a378f2160adfc56b6dc9627991b.tar.bz2 |
supplemental-web: clean up header, and during install make it the default webpage
Diffstat (limited to 'abs/core/supplemental-web/contents/alt_index.html')
-rw-r--r-- | abs/core/supplemental-web/contents/alt_index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/core/supplemental-web/contents/alt_index.html b/abs/core/supplemental-web/contents/alt_index.html new file mode 100644 index 0000000..faf09fb --- /dev/null +++ b/abs/core/supplemental-web/contents/alt_index.html @@ -0,0 +1,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 rows="217, 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> |