summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramanjain1644 <[email protected]>2024-07-12 13:20:09 +0530
committeramanjain1644 <[email protected]>2024-07-12 13:20:09 +0530
commit5460f45a33c8cfd423e3d84c6bf082f7a55dc4e7 (patch)
tree1fca34aa14fb5b9361b322e9aac001c1620fe6bf
parentee354fe80acadc0a8df5c34ed916b895fa10fb12 (diff)
applied changeds
-rw-r--r--app.js1
-rw-r--r--index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/app.js b/app.js
index 7437c72..5085dd6 100644
--- a/app.js
+++ b/app.js
@@ -10,6 +10,7 @@ let board = [
=======
[0, 1, 0, 0, 0, 0, 0, 0],
[1, 1, 0, 0, 0, 0, 0, 0],
+ [1, 1, 0, 0, 0, 0, 0, 0],
[0, 0, 1, 1, 1, 0, 0, 0],
[0, 0, 1, 2, 1, 0, 0, 0],
[0, 0, 1, 1, 1, 0, 0, 0],
diff --git a/index.html b/index.html
index 28b1362..8398804 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,7 @@
<div id="f8" class="6 black"></div>
<div id="g8" class="7 white"></div>
<div id="h8" class="8 black">R</div>
+ <div id="h8" class="8 black">R</div>
</div>
<div>
>>>>>>> Stashed changes