From 8b64b4ded83cad8137c1cf351452bdd3fd91c96c Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Wed, 3 May 2023 09:41:59 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index bc4a5bd..ac88046 100644
--- a/public/index.html
+++ b/public/index.html
@@ -43,8 +43,8 @@
     <h1>Welcome to this simple WebXR demo!</h1>
     <p>Click on one of the buttons below to check the two demos:</p>
     <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt="HfT Stuttgart" id="logo">
-    <button onclick="location.href='page1.html'">Go to Page 1</button>
-    <button onclick="location.href='page2.html'">Go to Page 2</button>
+    <button onclick="location.href='1-Cube.html'">Cube demo</button>
+    <button onclick="location.href='2-Hit.html'">Hit to Place Demo</button>
     <p> You can follow this <a href="https://www.google.com">tutorial</a> to create a similar WebXR app.</p>
     <footer>&copy; 2023 HfT Stuttgart. Contact me at <a href="mailto:Muhammad Mlfakhori">muhammad.alfakhori@hft-stuttgart.de</a>.</footer>
   </body>
-- 
GitLab