Commit b45d24ef authored by Alfakhori's avatar Alfakhori
Browse files

Update public/index.html

parent da38df8b
Pipeline #7421 passed with stage
in 9 seconds
Showing with 5 additions and 4 deletions
+5 -4
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>My Buttons Page</title> <title>Simple WebXR Demo</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<style> <style>
...@@ -40,11 +40,12 @@ ...@@ -40,11 +40,12 @@
</style> </style>
</head> </head>
<body> <body>
<h1>Welcome to My Page!</h1> <h1>Welcome to this simple WebXR demo!</h1>
<p>Click on one of the buttons below to go to another page:</p> <p>Click on one of the buttons below to check the two demos:</p>
<img src="mylogo.png" alt="My Logo" id="logo"> <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='page1.html'">Go to Page 1</button>
<button onclick="location.href='page2.html'">Go to Page 2</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>&copy; 2023 HfT Stuttgart. Contact me at <a href="mailto:Muhammad Mlfakhori">muhammad.alfakhori@hft-stuttgart.de</a>.</footer> <footer>&copy; 2023 HfT Stuttgart. Contact me at <a href="mailto:Muhammad Mlfakhori">muhammad.alfakhori@hft-stuttgart.de</a>.</footer>
</body> </body>
</html> </html>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment