Add index.htm to ensure existing URLs floating around still work
authorAndrew Flegg <andrew@vir.(none)>
Tue, 27 Oct 2009 08:28:48 +0000 (08:28 +0000)
committerAndrew Flegg <andrew@vir.(none)>
Tue, 27 Oct 2009 08:28:48 +0000 (08:28 +0000)
www/index.htm [new file with mode: 0644]

diff --git a/www/index.htm b/www/index.htm
new file mode 100644 (file)
index 0000000..6f383f5
--- /dev/null
@@ -0,0 +1,10 @@
+<html>
+<head>
+  <meta http-equiv="Refresh" content="0; url=index.html" />
+</head>
+<body>
+<script type="text/javascript"><!--
+       document.location.href = 'index.html';
+// --></script>
+</body>
+</html>