From 6caa64425f1ec3676e2bc9509c67affdef4658e5 Mon Sep 17 00:00:00 2001
From: Arif <azizularif@gmail.com>
Date: Sat, 24 Jun 2023 19:38:56 +0000
Subject: [PATCH] Update index.html

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

diff --git a/public/index.html b/public/index.html
index 5f7b7c6..04a4e7f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -40,12 +40,12 @@
     </style>
   </head>
   <body>
+    <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt="HfT Stuttgart" id="logo", float: center>
     <h1>Welcome to WebXR demo!</h1>
     <h4>Prepared by ARIF and SUDIPTA</h4>
     <p>Click on one of the buttons below to go to Augmented Reality:</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='1-Cube.html'">Visualize Cube</button>
     <button onclick="location.href='2-Hit.html'">Place a Road Roller</button>
-    <footer>&copy; 2023 HfT Stuttgart. Prepared By Azizul Arif & Sudipta Chowdhury</a>.</footer>
+    <footer>&copy; 2023 HfT Stuttgart. </a>.</footer>
   </body>
 </html>
-- 
GitLab