diff options
| author | IgrisBRC <[email protected]> | 2024-07-14 11:24:07 +0530 | 
|---|---|---|
| committer | IgrisBRC <[email protected]> | 2024-07-14 11:24:07 +0530 | 
| commit | c5de8054793b54567e778935986e16741bdacad0 (patch) | |
| tree | 0ffc8efb0b24d97c8bfae5e688cc6f8f3555672a /public/index.html | |
| parent | 0cb30eae51381c1452112c681548ddb2337590ae (diff) | |
refactored the project
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/public/index.html b/public/index.html index 20bda5a..dcf7f5f 100644 --- a/public/index.html +++ b/public/index.html @@ -126,7 +126,9 @@              </div>          </div>          </div>     -    <script rel="preconnect" src="app.js" crossorigin></script> -    <script rel="preconnect" src="game.js" crossorigin></script> +    <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>  </body>  </html> | 
