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
2016-09-05 22:27:16 +00:00

10 lines
222 B
HTML

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