]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/mowgli/home/templates/index.html
(dis)organized web stuff
[helm.git] / helm / www / mowgli / home / templates / index.html
diff --git a/helm/www/mowgli/home/templates/index.html b/helm/www/mowgli/home/templates/index.html
new file mode 100644 (file)
index 0000000..7a2929c
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+     "http://www.w3.org/TR/html4/frameset.dtd">
+
+<html>
+
+  <head>
+
+  <title>MoWGLI Home Page</title>
+
+  </head>
+
+  <frameset cols="200,*" border="0">
+    <frame name="menu" src="menu.html">
+    <frame name="content" src="home.html" marginwidth="30">
+  </frameset>
+
+</html>