Files
basic-computer-games/93 23 Matches/javascript/23matches.html
2021-02-22 12:46:55 -06:00

10 lines
157 B
HTML

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