diff options
author | Akshay <[email protected]> | 2020-12-24 08:03:03 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-12-24 08:03:03 +0000 |
commit | e3c0393c2b28a44c9b2069067e0fb15a9820a3ee (patch) | |
tree | e68493fc3d6cde31f8f67f19ece49ae549669ac1 /frontend/index.html | |
parent | be8495fad408afaf087fa3c8eca1237af4ae8b20 (diff) |
oopsie
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 20 |
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 | |||