File size: 421 Bytes
fb54f6e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script async src="js/es-module-shims.js"></script>
    <script type="importmap">
      {
        "imports": {
          "threeDModelLoader": "./js/3d-model-loader.bundle.js"
        }
      }

    </script>
    <script type="esms-options">
        {
            "noLoadEventRetriggers": true
        }


    </script>
</head>
<body>

</body>
</html>