Files
basic-computer-games/04 Awari/javascript/awari.html
2021-02-17 16:33:50 -06:00

10 lines
148 B
HTML

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