Files
basic-computer-games/46 Hexapawn/javascript/hexapawn.html
2021-03-04 23:50:54 -06:00

10 lines
154 B
HTML

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