aboutsummaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html
new file mode 100644
index 0000000..be32ef3
--- /dev/null
+++ b/frontend/index.html
@@ -0,0 +1,20 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>hello-world</title>
6 </head>
7 <body>
8 <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
9 <div id="elm" />
10 <model-viewer
11 src="https://poly.googleusercontent.com/downloads/c/fp/1606938083820086/9ycLAR71SmR/7wwOehn8nNN/Bedroom.gltf"
12 ios-src="https://poly.googleusercontent.com/downloads/c/fp/1606938083820086/9ycLAR71SmR/cTuWg1jk4jo/Bedroom.usdz"
13 alt="Bedroom by Poly by Google"
14 background-color="##607d8b"
15 camera-controls
16 auto-rotate >
17 </model-viewer>
18 </body>
19</html>
20