Ported NUMBER to Javascript

This commit is contained in:
nanochess
2021-03-01 22:00:27 -06:00
parent 42876f41c8
commit 7fb1849aa4
2 changed files with 102 additions and 0 deletions

View File

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