Files
basic-computer-games/89 Tic-Tac-Toe/javascript/tictactoe2.html
2021-03-13 21:55:16 -06:00

10 lines
161 B
HTML

<html>
<head>
<title>TIC TAC TOE 2</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="tictactoe2.js"></script>
</body>
</html>