From dc7fbaebeb80ce00ba48a4e0180cb50af8b04c6c Mon Sep 17 00:00:00 2001 From: Arif <azizularif@gmail.com> Date: Sat, 24 Jun 2023 19:36:14 +0000 Subject: [PATCH] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index f362206..5f7b7c6 100644 --- a/public/index.html +++ b/public/index.html @@ -41,7 +41,7 @@ </head> <body> <h1>Welcome to WebXR demo!</h1> - <h4>Prepared by ARIF & SUDIPTA</h4> + <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> -- GitLab