diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html index dcf7f5f..312eb76 100644 --- a/public/index.html +++ b/public/index.html @@ -4,14 +4,11 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Chess</title> - <link rel="stylesheet" href="index.css"> + <link rel="stylesheet" href="style.css"> </head> <body> <div id="dummy"></div> - - - <div class="chess-board"> <div> @@ -128,7 +125,7 @@ </div> <script rel="preconnect" src="move.js" crossorigin></script> <script rel="preconnect" src="sync_board.js" crossorigin></script> - <script rel="preconnect" src="board.js" crossorigin></script> <script rel="preconnect" src="make_move.js" crossorigin></script> + <script rel="preconnect" src="board.js" crossorigin></script> </body> </html> |