Graduate Orbit sim to its own thing

This commit is contained in:
Tangent 2024-01-24 00:49:49 -05:00
parent 04cbe84c24
commit 063dd636bb
5 changed files with 105 additions and 87 deletions

11
orbit.html Normal file
View file

@ -0,0 +1,11 @@
<html>
<head>
<title>Orbit Simulation</title>
</head>
<body>
<script src="js/orbit.js"></script>
<script>
document.body.append(...OrbitDemo());
</script>
</body>
</html>