Files
basic-computer-games/90 Tower/javascript/tower.html
2021-03-15 16:38:38 -06:00

10 lines
148 B
HTML

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