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

13 lines
275 B
HTML

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