README.md edited online with Bitbucket

This commit is contained in:
Florian Bouillon 2017-05-11 11:45:16 +00:00
parent bf36b9d4e7
commit 995efc6e5a

View File

@ -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>
```