Files
basic-computer-games/79 Slalom/javascript/slalom.html
2021-03-08 22:31:10 -06:00

10 lines
150 B
HTML

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