Add new file

This commit is contained in:
2016-09-05 22:27:16 +00:00
parent 6031b0e0f9
commit e0639ad3d2

10
Example.html Normal file
View File

@ -0,0 +1,10 @@
<html>
<head>
</head>
<body>
<span id="YourId"></span>
<script type="text\javascript" src="location/to/script.js">
TicTacToe.Generate("YourId");
</script>
</body>
</html>