Files
basic-computer-games/37 Football/javascript/ftball.html
2021-03-26 23:01:01 -06:00

10 lines
150 B
HTML

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