Files
basic-computer-games/15 Boxing/javascript/boxing.html
2021-02-25 22:16:47 -06:00

10 lines
150 B
HTML

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