Files
basic-computer-games/28 Combat/javascript/combat.html
2021-03-02 16:45:12 -06:00

10 lines
150 B
HTML

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