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

14 lines
288 B
HTML

<html>
<head>
</head>
<body>
<span id="YourId"></span>
</body>
<!-- External Script To Load-->
<script type="text/javascript" src="Script/TicTacToe.min.js"></script>
<script>
//To Load
TicTacToe.Generate("YourId");
</script>
</html>