diff --git a/public/index.html b/public/index.html
index 5f7b7c67122ee2ea02d0267d22b7c1dce59b2776..04a4e7ff1b5fbecb8f4a7b1f8bf6a0143c9cb0d2 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>