12 lines
		
	
	
		
			297 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			297 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<meta charset="utf-8">
 | |
| 		<title>oktaeder example</title>
 | |
| 		<meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| 		<link rel="stylesheet" href="bundle.css">
 | |
| 		<script type="module" src="bundle.js"></script>
 | |
| 	</head>
 | |
| 	<body></body>
 | |
| </html>
 |