diff --git a/www-site/index.html b/www-site/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..5445a0670c8cd2aa9f434007ea1e8bf3e3cb4711
--- /dev/null
+++ b/www-site/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Home</title>
+    <!--
+    <meta http-equiv="refresh" content="0; url="file://./Aila%20Art%20Catalog.html" />
+    -->    
+</head>
+<body>
+    <script type="text/javascript">
+        //window.location.href='file://./Aila%20Art%20Catalog.html';
+        window.location.href='./Git%20Tutorial.html';
+    </script>
+</body>
+</html>
\ No newline at end of file