diff options
| author | Kumar Priyansh <[email protected]> | 2018-05-23 23:17:13 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-05-23 23:17:13 +0530 |
| commit | 8041347ff5cfb8f293e6a2aaa084cd461a51d20b (patch) | |
| tree | 15ab6537a758ddc2578d68646389e09d3a765bf2 | |
| parent | 409f47a570560d7a7e894997fb0750cdae10ef9b (diff) | |
| download | Chess3D-8041347ff5cfb8f293e6a2aaa084cd461a51d20b.tar.xz Chess3D-8041347ff5cfb8f293e6a2aaa084cd461a51d20b.zip | |
Update Game Main Page
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title></title> + <title>3D Chess | 3D Chess Game Powered by JavaScript AI by Lucifer Reeves</title> <style type="text/css"> html,body,canvas { margin:0; @@ -105,4 +105,4 @@ var LOADING_BAR_SCALE = 0.3; </head> <body id="container"> </body> -</html>
\ No newline at end of file +</html> |
