Example.html deleted online with Bitbucket

This commit is contained in:
Florian Bouillon 2017-05-11 11:45:52 +00:00
parent 995efc6e5a
commit 82f4e52688

View File

@ -1,14 +0,0 @@
<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>