Files
basic-computer-games/42 Gunner/javascript/gunner.html
2021-02-21 10:57:20 -06:00

10 lines
150 B
HTML

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