Files
basic-computer-games/38 Fur Trader/javascript/furtrader.html
2021-03-04 20:37:48 -06:00

10 lines
157 B
HTML

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