Files
basic-computer-games/11 Bombardment/javascript/bombardment.html

10 lines
160 B
HTML

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