This repository has been archived on 2023-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
TicTacToe/README.md
2016-09-05 22:23:13 +00:00

11 lines
249 B
Markdown

Summon the code simply via : <body id="TicTacToe" onload="TicTacToe.Generate('TicTacToe')"></body>
Cleaner this is it
<span id="YourId"></span>
<script type="text\javascript" src="location/to/script.js">
TicTacToe.Generate("YourId");
</script>