Files
basic-computer-games/36 Flip Flop/javascript/flipflop.html
2021-03-03 22:09:54 -06:00

10 lines
154 B
HTML

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