Files
basic-computer-games/48 High IQ/javascript/highiq.html
2021-03-05 18:23:06 -06:00

10 lines
149 B
HTML

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