From f4dfa3b47a5781a2350c9caf31a116f21f53fc20 Mon Sep 17 00:00:00 2001 From: Arif <azizularif@gmail.com> Date: Sat, 24 Jun 2023 19:35:09 +0000 Subject: [PATCH] Update index.html --- public/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 3635d9e..f362206 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,8 @@ </style> </head> <body> - <h1>Welcome to this WebXR demo!</h1> + <h1>Welcome to WebXR demo!</h1> + <h4>Prepared by ARIF & 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