Files
basic-computer-games/47 Hi-Lo/javascript/hi-lo.html
2021-03-05 17:07:22 -06:00

10 lines
148 B
HTML

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