Update because i mess things

This commit is contained in:
Florian Bouillon 2016-10-17 22:10:10 +00:00
parent a2484b264f
commit 3d5ebdd294

View File

@ -2,10 +2,12 @@
<head>
</head>
<body>
//Example
<span id="YourId"></span>
<script type="text\javascript" src="location/to/script.js">
TicTacToe.Generate("YourId");
</script>
</body>
/**Script to load**/
<script type="text\javascript" src="location/to/script.js"></script>
<script>
//To Load
TicTacToe.Generate("YourId");
</script>
</html>