Ported ONE CHECK to Javascript

This commit is contained in:
nanochess
2021-03-01 22:16:39 -06:00
parent 7fb1849aa4
commit fbfb41f5fa
2 changed files with 160 additions and 0 deletions

View File

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