Browse Source

Update 'chess.html'

master
Stefan Deleanu 4 years ago
parent
commit
9266b6edaa
  1. 4
      chess.html

4
chess.html

@ -3,7 +3,7 @@
<head> <head>
<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>ERChess</title>
<link rel="stylesheet" href="https://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">
@ -32,6 +32,6 @@
<script> <script>
$(makeChessGame); $(makeChessGame);
</script> </script>
<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>
<a href="https://git.entryrise.com/stefatorus/ERChess"><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 Git"></a>
</body> </body>
</html> </html>

Loading…
Cancel
Save