Files
basic-computer-games/53 King/javascript/king.html
2021-03-12 16:56:05 -06:00

10 lines
146 B
HTML

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