26 lines
		
	
	
		
			419 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			419 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
<meta charset="utf-8">
 | 
						|
 | 
						|
<style>
 | 
						|
body { margin: 0; overflow: hidden; }
 | 
						|
</style>
 | 
						|
 | 
						|
<script type="importmap">
 | 
						|
{
 | 
						|
    "imports": {
 | 
						|
        "three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js",
 | 
						|
        "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/"
 | 
						|
    }
 | 
						|
}
 | 
						|
</script>
 | 
						|
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <script type="module" src="main.js"></script>
 | 
						|
</body>
 | 
						|
 |