Files
basic-computer-games/65 Nim/javascript/nim.html
2021-03-01 21:48:52 -06:00

10 lines
144 B
HTML

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