ready to submit
With Link to the full project
, index.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>3D Solar System Simulation</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-
scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
margin: 0;
overflow: hidden;
}
</style>
</head>
<body>
<script type="importmap">
{
"imports": {
"three":
"https://cdn.jsdelivr.net/npm/three@0.162.0/build/three.module.js"
,
"three/addons/":
"https://cdn.jsdelivr.net/npm/three@0.162.0/examples/jsm/"
}
}
</script>
<script type="module" src="solarsystem.js" defer>