Files
basic-computer-games/35 Even Wins/javascript/evenwins.html
2021-03-09 20:56:10 -06:00

10 lines
155 B
HTML

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