Files
basic-computer-games/14 Bowling/javascript/bowling.html
2021-02-25 22:16:47 -06:00

10 lines
152 B
HTML

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