Ported ANIMAL to Javascript

This commit is contained in:
nanochess
2021-02-16 15:58:54 -06:00
parent c5e11d4d9d
commit caaec4a6d7
2 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<html>
<head>
<title>ANIMAL</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<!--<script src="https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.min.js"></script>-->
<script src="animal.js"></script>
</body>
</html>