Commit a25affbc authored by Alfakhori's avatar Alfakhori
Browse files

Update public/kontakt.html

parent 0dc1583d
Pipeline #7344 passed with stage
in 6 seconds
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>My Image Page</title> <title>AR.js Hello World Example</title>
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
<script type='text/javascript' src='./assets/aframe-ar-nft.js'></script>
</head> </head>
<body> <body>
<img src="./assets/image.png" alt="An example image"> <a-scene
vr-mode-ui="enabled: false"
arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false;'
renderer='antialias: true; alpha: true'>
<a-camera gps-camera rotation-reader></a-camera>
<a-box gps-entity-place='latitude: 48.80667; longitude: 9.229504' color='red' scale='20 20 20'></a-box>
</a-scene>
</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