Files
basic-computer-games/21 Calendar/javascript/calendar.html

10 lines
153 B
HTML

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