Files
basic-computer-games/80 Slots/javascript/slots.html
2021-03-06 23:33:44 -06:00

10 lines
148 B
HTML

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