Update because i mess things
This commit is contained in:
parent
a2484b264f
commit
3d5ebdd294
10
Example.html
10
Example.html
@ -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>
|
Reference in New Issue
Block a user