Commit 035937b6 authored by Rushdi's avatar Rushdi
Browse files

Update index.html

parent f2df5cab
Pipeline #8149 passed with stage
in 5 seconds
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Simple WebXR Demo</title> <title>Web Based Augmented Reality!</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,12 +40,11 @@ ...@@ -40,12 +40,11 @@
</style> </style>
</head> </head>
<body> <body>
<h1>Welcome to this simple WebXR demo!</h1> <h1>Welcome to this Web Based Augmented Reality!</h1>
<p>Click on one of the buttons below to check the two demos:</p> <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"> <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'">Cube demo</button> <button onclick="location.href='1-Cube.html'">Web AR Scene</button>
<button onclick="location.href='2-Hit.html'">Tap to Place Demo</button> <button onclick="location.href='2-Hit.html'">Tap to Place</button>
<p> You can follow this <a href="https://transfer.hft-stuttgart.de/gitlab/coors/visualization/-/wikis/Create-a-simple-web-AR-application">tutorial</a> to create a similar WebXR app.</p> <footer>&copy; 2023 HfT Stuttgart. Prepared By Arpita Sinha & Rushdi Muhtasimul Islam</a>.</footer>
<footer>&copy; 2023 HfT Stuttgart. Contact <a href="mailto:muhammad.alfakhori@hft-stuttgart.de">Muhammad Alfakhori</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