README.md edited online with Bitbucket
This commit is contained in:
parent
bf36b9d4e7
commit
995efc6e5a
18
README.md
18
README.md
@ -1 +1,17 @@
|
|||||||
See Example.html to see
|
```
|
||||||
|
#!Html
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" type="text/css" href="css/TicTacToe.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<span id="YourId"></span>
|
||||||
|
</body>
|
||||||
|
<!-- External Script To Load-->
|
||||||
|
<script type="text/javascript" src="Script/TicTacToe.js"></script>
|
||||||
|
<script>
|
||||||
|
//To Load
|
||||||
|
TicTacToe.Generate("YourId",0,0);
|
||||||
|
</script>
|
||||||
|
</html>
|
||||||
|
```
|
Reference in New Issue
Block a user