|
@ -4,7 +4,7 @@ |
|
|
<meta http-equiv="x-ua-compatible" content="IE=edge"> |
|
|
<meta http-equiv="x-ua-compatible" content="IE=edge"> |
|
|
<meta charset="utf-8"> |
|
|
<meta charset="utf-8"> |
|
|
<title>Chess</title> |
|
|
<title>Chess</title> |
|
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css"> |
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css"> |
|
|
<link rel="stylesheet" href="chess.css"> |
|
|
<link rel="stylesheet" href="chess.css"> |
|
|
<link rel="shortcut icon" href="chess.ico"> |
|
|
<link rel="shortcut icon" href="chess.ico"> |
|
|
</head> |
|
|
</head> |
|
@ -24,14 +24,14 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div id="footer"></div> |
|
|
<div id="footer"></div> |
|
|
<div id="dim"></div> |
|
|
<div id="dim"></div> |
|
|
<script src="//code.jquery.com/jquery-1.9.0.min.js"></script> |
|
|
|
|
|
<script src="//code.jquery.com/ui/1.10.0/jquery-ui.min.js"></script> |
|
|
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.2/jquery.ui.touch-punch.min.js"></script> |
|
|
|
|
|
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/augment.js/1.0.0/augment.min.js"></script><![endif]--> |
|
|
|
|
|
|
|
|
<script src="https://code.jquery.com/jquery-1.9.0.min.js"></script> |
|
|
|
|
|
<script src="https://code.jquery.com/ui/1.10.0/jquery-ui.min.js"></script> |
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.2/jquery.ui.touch-punch.min.js"></script> |
|
|
|
|
|
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/augment.js/1.0.0/augment.min.js"></script><![endif]--> |
|
|
<script src="chess.include.js"></script> |
|
|
<script src="chess.include.js"></script> |
|
|
<script> |
|
|
<script> |
|
|
$(makeChessGame); |
|
|
$(makeChessGame); |
|
|
</script> |
|
|
</script> |
|
|
<a href="https://github.com/kbjorklu/chess"><img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> |
|
|
|
|
|
|
|
|
<a href="https://github.com/kbjorklu/chess"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> |
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |
|
|