Commit 44f1054f authored by Alfakhori's avatar Alfakhori
Browse files

Update public/webXR/index.html, public/webXR/2-Hit.html

parent dbf0ae2a
Pipeline #7448 passed with stages
in 12 seconds
......@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Hit to Place Demo</title>
<title>Tap to Place Demo</title>
<!-- three.js -->
<script src="https://unpkg.com/three@0.126.0/build/three.js"></script>
......
......@@ -44,7 +44,7 @@
<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='1-Cube.html'">Cube demo</button>
<button onclick="location.href='2-Hit.html'">Hit to Place Demo</button>
<button onclick="location.href='2-Hit.html'">Tap to Place Demo</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 <a href="mailto:muhammad.alfakhori@hft-stuttgart.de">Muhammad Alfakhori</a>.</footer>
</body>
......
Markdown is supported
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