Files
basic-computer-games/62 Mugwump/javascript/mugwump.html
2021-03-01 20:20:04 -06:00

10 lines
152 B
HTML

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