Skip to content

Commit

Permalink
Update BlackJack2.html
Browse files Browse the repository at this point in the history
fixed reference to card images, regarding file location
  • Loading branch information
Mabbai authored Mar 7, 2024
1 parent 8346b93 commit eaa11d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlackJack2.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div id ="shoeCounter"></div>
<div id ="bar"></div>
<p id ="barText">8 decks-</p>
<img id = "movingEntity" src = "deckofcards-master\deckofcards-master\static\img\back.png"></div>
<img id = "movingEntity" src = "back.png"></div>

<div id="insuranceContainer">

Expand Down

0 comments on commit eaa11d1

Please sign in to comment.