summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-14 13:43:36 +0530
committerIgrisBRC <[email protected]>2024-07-14 13:43:36 +0530
commit4194b03e980ac68e0fd07e183189fbe93dfefdce (patch)
tree79bbce279fa277aa34cc53e4818eca59b54f8963 /public/index.html
parent0f1250b0f879eb764559d80bbc8a54d53c221f68 (diff)
finnnallyyyy... added make move to the game, its a bit shitty, i'll make it prettier later
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html7
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>