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