Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iaxat committed Aug 6, 2020
1 parent d46305a commit cfef0ab
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ <h1>Rock Paper Scissors</h1>

<div class="choices">
<div class="choice" id="r">
<img src="rock.png" alt="">
<img src="rock.jpg" alt="">
</div>
<div class="choice" id="p">
<img src="paper.png" alt="">
<img src="paper.jpg" alt="">
</div>
<div class="choice" id="s">
<img src="scissors.png" alt="">
<img src="scissors.jpg" alt="">
</div>
</div>

Expand Down
Binary file added paper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed paper.png
Binary file not shown.
Binary file added rock.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed rock.png
Binary file not shown.
Binary file added scissors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed scissors.png
Binary file not shown.

0 comments on commit cfef0ab

Please sign in to comment.