Graduate Orbit sim to its own thing
This commit is contained in:
parent
04cbe84c24
commit
063dd636bb
5 changed files with 105 additions and 87 deletions
11
orbit.html
Normal file
11
orbit.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue