aboutsummaryrefslogtreecommitdiff
path: root/frontend/index.html
blob: be32ef3c5eb75e79d1613ee1cf6dd5782cf19670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>hello-world</title>
  </head>
  <body>
    <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
    <div id="elm" />
      <model-viewer 
         src="https://poly.googleusercontent.com/downloads/c/fp/1606938083820086/9ycLAR71SmR/7wwOehn8nNN/Bedroom.gltf" 
         ios-src="https://poly.googleusercontent.com/downloads/c/fp/1606938083820086/9ycLAR71SmR/cTuWg1jk4jo/Bedroom.usdz" 
         alt="Bedroom by Poly by Google" 
         background-color="##607d8b" 
         camera-controls
         auto-rotate >
      </model-viewer>
  </body>
</html>