Files
basic-computer-games/96 Word/javascript/word.html
2021-02-23 11:39:43 -06:00

10 lines
146 B
HTML

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