Ported DIGITS to Javascript

This commit is contained in:
nanochess
2021-03-03 21:37:14 -06:00
parent e5d1b730cc
commit c23d7e6c1b
2 changed files with 184 additions and 0 deletions

View File

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