Rename file
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
.aider*
|
||||||
@@ -119,11 +119,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<h1>Cribbage Hand Practice</h1>
|
<h1>Cribbage Hand Practice</h1>
|
||||||
<button id="dealButton">Deal New Hand</button>
|
|
||||||
<div id="cardsContainer">
|
<div id="cardsContainer">
|
||||||
<div id="hand"></div>
|
<div id="hand"></div>
|
||||||
<div id="starter"></div>
|
<div id="starter"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<button id="dealButton">Deal New Hand</button>
|
||||||
<button id="revealButton" style="display: none;">Reveal Score</button>
|
<button id="revealButton" style="display: none;">Reveal Score</button>
|
||||||
<div id="scoreContainer" style="display: none;">
|
<div id="scoreContainer" style="display: none;">
|
||||||
<h2>Total Score: <span id="totalScore"></span></h2>
|
<h2>Total Score: <span id="totalScore"></span></h2>
|
||||||
Reference in New Issue
Block a user