mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-01 15:49:59 -08:00
Ported CALENDAR to Javascript. Solved bug in BASIC code
This commit is contained in:
9
21 Calendar/javascript/calendar.html
Normal file
9
21 Calendar/javascript/calendar.html
Normal 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>
|
||||
Reference in New Issue
Block a user