Add new file
This commit is contained in:
10
Example.html
Normal file
10
Example.html
Normal 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>
|
Reference in New Issue
Block a user