Files
basic-computer-games/70 Poetry/javascript/poetry.html
2021-02-27 17:39:48 -06:00

10 lines
150 B
HTML

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