added tictactoe.js

This commit is contained in:
Smig Tech 2023-09-26 09:33:47 -04:00
parent 45d1442742
commit 1fcb68f4e4
5 changed files with 103 additions and 0 deletions

View file

@ -7,5 +7,6 @@
</head>
<body>
<script src="script.js"></script>
<script src="tictactoe.js"></script>
</body>
</html>