Omnibus commited on
Commit
45cd0df
·
1 Parent(s): 2381e8f

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -42
index.html DELETED
@@ -1,42 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
-
5
- <style>
6
- .container {
7
- position: relative;
8
- overflow: hidden;
9
- width: 100%;
10
- padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
11
- }
12
- .responsive-iframe {
13
- position: absolute;
14
- top: 0;
15
- left: 0;
16
- bottom: 0;
17
- right: 0;
18
- width: 100%;
19
- height: 100%;
20
- }
21
- </style>
22
- <script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.1.1/model-viewer.min.js"></script>
23
-
24
- </head>
25
- <body>
26
-
27
- <model-viewer src="https://cdn.glitch.global/fe6d4fc5-58dd-43de-a65d-7bd5b477e8e1/20ae536b8a509e405d5b2eea3cb0fc5ac305a4750c6399069c9bcceac920001c.glb?v=1696812398288" ar ar-modes="webxr scene-viewer quick-look" camera-controls poster="https://cdn.glitch.global/fe6d4fc5-58dd-43de-a65d-7bd5b477e8e1/poster.webp?v=1696812691961" shadow-intensity="1"></model-viewer>
28
-
29
- <!--div class="progress-bar hide" slot="progress-bar">
30
- <div class="update-bar"></div>
31
- </div>
32
- <button slot="ar-button" id="ar-button">
33
- View in your space
34
- </button>
35
- <div id="ar-prompt">
36
- <img src="https://modelviewer.dev/shared-assets/icons/hand.png">
37
- </div>
38
- </model-viewer>
39
- <!-- Use it like any other HTML element -->
40
- <!--model-viewer alt="Neil Armstrong's Spacesuit from the Smithsonian Digitization Programs Office and National Air and Space Museum" src="https://cdn.glitch.global/fe6d4fc5-58dd-43de-a65d-7bd5b477e8e1/20ae536b8a509e405d5b2eea3cb0fc5ac305a4750c6399069c9bcceac920001c.glb?v=1696812398288" camera-controls touch-action="pan-y"></model-viewer>-->
41
- </body>
42
- </html>