Files
basic-computer-games/95 Weekday/javascript/weekday.html
2021-02-23 11:39:43 -06:00

10 lines
152 B
HTML

<html>
<head>
<title>WEEKDAY</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="weekday.js"></script>
</body>
</html>