Rename file
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.aider*
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user