Files
basic-computer-games/09 Battle/javascript/battle.html
2021-02-28 22:19:46 -06:00

10 lines
150 B
HTML

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