Files
basic-computer-games/67 One Check/javascript/onecheck.html
2021-03-01 22:16:39 -06:00

10 lines
155 B
HTML

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