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