-
-
Save bendavis78/bed0462f28be38918565237aac3e9f20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="player"> | |
<img src="http://i.imgur.com/n6xptEr.png" class="rock"> | |
<img src="http://i.imgur.com/n4bDRXp.png" class="paper"> | |
<img src="http://i.imgur.com/E7loAXb.png" class="scissors"> | |
</div> | |
<div class="computer"> | |
<img src=""> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment