diff options
author | Akshay <[email protected]> | 2020-12-26 14:43:50 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-12-26 14:43:50 +0000 |
commit | b8a744f6e7e02f67551124063d3dd97faba5fb0b (patch) | |
tree | c219b2177d4608a1862de0d66e978086c06e63f8 /frontend/index.html | |
parent | a7881f40ccaa623d757e762d1215d5e9bc9d1a7a (diff) |
begin work on frontend
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 14 |
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 | |||