Files
basic-computer-games/49 Hockey/javascript/hockey.html
2021-03-27 14:50:17 -06:00

10 lines
150 B
HTML

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