Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
mifthulyn07 committed Apr 29, 2024
1 parent 71b8680 commit e10ab4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Rock Paper Scissors Game</h1>
<div class="control">
<div class="reset">
<button>
<img src="../../asset/redo.png" alt="reset" />
<img src="asset/redo.png" alt="reset" />
</button>
</div>
</div>
Expand Down Expand Up @@ -43,17 +43,17 @@ <h1>Rock Paper Scissors Game</h1>
<div class="userChoice">
<div class="scissors">
<button id="scissors">
<img src="../../asset/scissors.png" alt="scissors" />
<img src="asset/scissors.png" alt="scissors" />
</button>
</div>
<div class="rock">
<button id="rock">
<img src="../../asset/rock.png" alt="rock" />
<img src="asset/rock.png" alt="rock" />
</button>
</div>
<div class="paper">
<button id="paper">
<img src="../../asset/paper.png" alt="paper" />
<img src="asset/paper.png" alt="paper" />
</button>
</div>
</div>
Expand Down

0 comments on commit e10ab4e

Please sign in to comment.