summaryrefslogtreecommitdiff
path: root/bitboards.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitboards.html')
-rw-r--r--bitboards.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitboards.html b/bitboards.html
index 94006a7..b9db958 100644
--- a/bitboards.html
+++ b/bitboards.html
@@ -100,7 +100,7 @@
const label = document.createElement("div");
label.classList.add("horizontal_label");
board.appendChild(label);
- for (let i = 0; i < 8; i++) {
+ for (let i = 1; i < 9; i++) {
const label = document.createElement("div");
label.classList.add("horizontal_label");
label.textContent = i;