<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> |