aboutsummaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html14
1 files changed, 4 insertions, 10 deletions
diff --git a/frontend/index.html b/frontend/index.html
index be32ef3..38203b9 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -3,18 +3,12 @@
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>hello-world</title> 5 <title>hello-world</title>
6 <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
7 <script src="main.js"></script>
6 </head> 8 </head>
7 <body> 9 <body>
8 <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script> 10 <script>var app = Elm.Main.init();</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> 11 </body>
19</html> 12</html>
20 13
14