]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/templates/index.html
this is the first commit for the mowgli website.
[helm.git] / helm / mowgli / home / templates / index.html
diff --git a/helm/mowgli/home/templates/index.html b/helm/mowgli/home/templates/index.html
new file mode 100644 (file)
index 0000000..89df5e6
--- /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 src="menu.html">
+    <frame src="home.html">
+  </frameset>
+
+</html>