summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-web/website/contents/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-web/website/contents/index.html')
-rwxr-xr-xlinhes/linhes-web/website/contents/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/linhes/linhes-web/website/contents/index.html b/linhes/linhes-web/website/contents/index.html
new file mode 100755
index 0000000..99f6b37
--- /dev/null
+++ b/linhes/linhes-web/website/contents/index.html
@@ -0,0 +1,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>