From b45d24eff6b4e6a9279802a63167c456c1137d0f Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Wed, 3 May 2023 09:39:51 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index e7602b4..bc4a5bd 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>My Buttons Page</title> + <title>Simple WebXR Demo</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> @@ -40,11 +40,12 @@ </style> </head> <body> - <h1>Welcome to My Page!</h1> - <p>Click on one of the buttons below to go to another page:</p> - <img src="mylogo.png" alt="My Logo" id="logo"> + <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> + <p> You can follow this <a href="https://www.google.com">tutorial</a> to create a similar WebXR app.</p> <footer>© 2023 HfT Stuttgart. Contact me at <a href="mailto:Muhammad Mlfakhori">muhammad.alfakhori@hft-stuttgart.de</a>.</footer> </body> </html> -- GitLab