Example.html deleted online with Bitbucket
This commit is contained in:
parent
995efc6e5a
commit
82f4e52688
14
Example.html
14
Example.html
@ -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>
|
Reference in New Issue
Block a user