Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pardo Urbano
Visualization
Commits
acbc4729
Commit
acbc4729
authored
2 years ago
by
Alfakhori
Browse files
Options
Download
Email Patches
Plain Diff
Upload New File
parent
4a19aec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webXR/index.html
+51
-0
webXR/index.html
with
51 additions
and
0 deletions
+51
-0
webXR/index.html
0 → 100644
+
51
-
0
View file @
acbc4729
<!DOCTYPE html>
<html>
<head>
<title>
Simple WebXR Demo
</title>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<style>
/* Style for the buttons */
button
{
background-color
:
blue
;
color
:
white
;
font-size
:
24px
;
padding
:
12px
24px
;
border
:
none
;
border-radius
:
4px
;
margin
:
20px
;
cursor
:
pointer
;
}
/* Style for the logo */
#logo
{
float
:
right
;
margin-right
:
20px
;
margin-top
:
20px
;
width
:
100px
;
height
:
100px
;
}
/* Style for the footer */
footer
{
text-align
:
center
;
margin-top
:
50px
;
}
/* Style for the email link */
footer
a
{
color
:
blue
;
text-decoration
:
none
;
}
</style>
</head>
<body>
<h1>
Welcome to this simple WebXR demo!
</h1>
<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>
<p>
You can follow this
<a
href=
"https://www.google.com"
>
tutorial
</a>
to create a similar WebXR app.
</p>
<footer>
©
2023 HfT Stuttgart. Contact me
<a
href=
"mailto:muhammad.alfakhori@hft-stuttgart.de"
>
Muhammad Alfakhori
</a>
.
</footer>
</body>
</html>
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets