Files
basic-computer-games/16 Bug/javascript/bug.html
2021-02-25 22:16:47 -06:00

10 lines
144 B
HTML

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