Files
basic-computer-games/66 Number/javascript/number.html
2021-03-01 22:00:27 -06:00

10 lines
150 B
HTML

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