From fa9208be87ae91173d6c7670e9b5b773b0a2b317 Mon Sep 17 00:00:00 2001
From: Zachary Wartell <zwartell@uncc.edu>
Date: Tue, 11 Feb 2025 16:36:01 -0500
Subject: [PATCH] -late add

---
 www-site/index.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 www-site/index.html

diff --git a/www-site/index.html b/www-site/index.html
new file mode 100644
index 0000000..5445a06
--- /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
-- 
GitLab