Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyadav17 authored Jun 14, 2024
1 parent 002057c commit 88b4e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h1>Rock Paper Scissors</h1>
<div class="choices">
<div class="choice" id="rock">
<img src="..assest/rock.png" />
<img src="assest/rock.png" />
</div>
<div class="choice" id="paper">
<img src="..assest/paper.png" />
Expand Down

0 comments on commit 88b4e36

Please sign in to comment.