Skip to content

Commit

Permalink
beat switch testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sagangwee committed Oct 12, 2015
1 parent 278a095 commit 1e5e3fc
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 @@ -109,21 +109,21 @@

<!-- Images -->
<div id="Drake">
<img src = "images/drake-black-background(newest).png" alt="Drake" height="280" onclick="beat("Drake")"/>
<img src = "images/drake-black-background(newest).png" alt="Drake" height="280" onclick="javascript:beat('Drake')"/>
</div>

<div id="Cole">
<img src = "images/j-cole-black-background(new).png" alt="Cole" height="340"
onclick="beat("Cole")"/>
onclick="javascript:beat('Cole')"/>
</div>

<div id="Kanye">
<img src = "images/kanye-black-background.png" alt="Kanye" height="380"
onclick="beat("Kanye")"/>
onclick="javascript:beat('Kanye')"/>
</div>

<div id="Kendrick">
<img src = "images/kendrick-black-background(new).png" alt="Kendrick" height="260" onclick="beat("Kendrick")"/>
<img src = "images/kendrick-black-background(new).png" alt="Kendrick" height="260" onclick="javascript:beat('Kendrick')"/>
</div>

<p>
Expand Down

0 comments on commit 1e5e3fc

Please sign in to comment.