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/Example.html

11 lines
240 B
HTML

<html>
<head>
</head>
<body>
//Example
<span id="YourId"></span>
<script type="text\javascript" src="location/to/script.js">
TicTacToe.Generate("YourId");
</script>
</body>
</html>