Files
basic-computer-games/59 Lunar LEM Rocket/javascript/lunar.html
2021-03-12 21:35:46 -06:00

10 lines
148 B
HTML

<html>
<head>
<title>LUNAR</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="lunar.js"></script>
</body>
</html>