Files
basic-computer-games/00_Alternate_Languages/90_Tower/javascript/tower.html

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>