diff options
Diffstat (limited to 'index.html')
| -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> |
