Ported CALENDAR to Javascript. Solved bug in BASIC code

This commit is contained in:
nanochess
2021-02-15 21:49:44 -06:00
parent f8be619f8b
commit 82f7376764
3 changed files with 99 additions and 1 deletions

View File

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