sokobanni commited on
Commit
de1862d
·
1 Parent(s): 711a207

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -24
index.html DELETED
@@ -1,24 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>RECON Labs Gaussian Splatting demo</title>
5
- <meta charset="utf-8" />
6
- <meta name="viewport"
7
- content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
8
- </head>
9
-
10
- <body style="background: black; overflow: hidden; margin: 0;">
11
- <script async src="https://ga.jspm.io/npm:es-module-shims@1.5.1/dist/es-module-shims.js"
12
- crossorigin="anonymous"></script>
13
- <script type="importmap">
14
- {
15
- "imports": {
16
- "three": "https://unpkg.com/three@0.157.0/build/three.module.js",
17
- "three/addons/": "https://unpkg.com/three@0.157.0/examples/jsm/"
18
- }
19
- }
20
- </script>
21
- <script type="module" src="main.js"></script>
22
-
23
- </body>
24
- </html>