summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJulien Dessaux2022-10-11 00:06:55 +0200
committerJulien Dessaux2022-10-11 00:06:55 +0200
commitb8ad5c787f67eef8534ca21752f7f5816b71204e (patch)
treee8cb017891c45192b8d4efa7eb27472a01f44adf /index.html
parentRemove letters from the rack when placing along with a big refactoring (diff)
downloadjeux-de-mots-b8ad5c787f67eef8534ca21752f7f5816b71204e.tar.gz
jeux-de-mots-b8ad5c787f67eef8534ca21752f7f5816b71204e.tar.bz2
jeux-de-mots-b8ad5c787f67eef8534ca21752f7f5816b71204e.zip
Simplified the way letters are handled
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 37f8281..6ea4c01 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,7 @@
<span id="player_1_name">player one name</span>: <span class="player_name" id="player_1_score">0</span><br>
<span id="player_2_name">player two name</span>: <span class="player_name" id="player_2_score">0</span>
</p>
- <p id="letters_left"></p>
+ <p id="remaining_letters"></p>
</main>
</body>
<script>