2025-10-29 08:32:35 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
body { margin: 0; overflow: hidden; }
|
|
|
|
|
</style>
|
|
|
|
|
|
2025-10-29 09:44:08 +00:00
|
|
|
<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>
|
|
|
|
|
|
2025-10-29 08:32:35 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2025-10-29 09:44:08 +00:00
|
|
|
<script type="module" src="main.js"></script>
|
2025-10-29 08:32:35 +00:00
|
|
|
</body>
|
|
|
|
|
|