<!DOCTYPE html>
<html>
	<head>	
	</head>


	<body>


		<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
		<script async src="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js"></script>

		<script type="importmap">
		{
		  "imports": {
			"three": "https://unpkg.com/three@0.148.0/build/three.module.js",
			"three/addons/": "https://unpkg.com/three@0.148.0/examples/jsm/"
		  }
		}
		</script>
  
    <script type="module" src="index.js"></script>
    
		
		
	</body>
</html>