Added alerts

This commit is contained in:
2024-10-05 23:52:22 +02:00
parent a485b5f1ab
commit ed91a4e0e9
2 changed files with 16 additions and 3 deletions

View File

@@ -11,11 +11,11 @@
</head>
<body>
<article class="cards cards1"><img src="./BlackJackCards/J-B.png" class="card" alt=""></article>
<h2 id="playerScore">69</h2>
<h2 id="playerScore">0</h2>
<article id="playerHand" class="cards cards2"></article>
<section>
<button onclick="hit()">Hit</button>
<button>Stand</button>
<button onclick="stand()">Stand</button>
</section>
<script src="main.js"></script>
</body>