2024.js/orbit.html

12 lines
200 B
HTML

<html>
<head>
<title>Orbit Simulation</title>
</head>
<body>
<script src="js/orbit.js"></script>
<script>
document.body.append(...OrbitDemo());
</script>
</body>
</html>