Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
ar
Commits
a25affbc
Commit
a25affbc
authored
May 01, 2023
by
Alfakhori
Browse files
Update public/kontakt.html
parent
0dc1583d
Pipeline
#7344
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/kontakt.html
View file @
a25affbc
<!DOCTYPE html>
<html>
<head>
<title>
My Image Page
</title>
</head>
<body>
<img
src=
"./assets/image.png"
alt=
"An example image"
>
</body>
<html>
<head>
<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>
<body>
<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>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment