Files
basic-computer-games/19 Bunny/javascript/bunny.html
2021-02-15 21:25:28 -06:00

10 lines
147 B
HTML

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