Rename file

This commit is contained in:
2025-12-25 14:22:34 -07:00
parent 295478254c
commit 7e52d5b7cd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
.aider*
+1 -1
View File
@@ -119,11 +119,11 @@
<body>
<div id="app">
<h1>Cribbage Hand Practice</h1>
<button id="dealButton">Deal New Hand</button>
<div id="cardsContainer">
<div id="hand"></div>
<div id="starter"></div>
</div>
<button id="dealButton">Deal New Hand</button>
<button id="revealButton" style="display: none;">Reveal Score</button>
<div id="scoreContainer" style="display: none;">
<h2>Total Score: <span id="totalScore"></span></h2>