Files
basic-computer-games/00_Alternate_Languages/36_Flip_Flop/javascript/flipflop.html

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>