Files
basic-computer-games/92 Trap/javascript/trap.html
2021-02-22 12:46:55 -06:00

10 lines
146 B
HTML

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