Files
basic-computer-games/00_Alternate_Languages/42_Gunner/javascript/gunner.html

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>