Skip to content

Instantly share code, notes, and snippets.

View jackyef's full-sized avatar
🧊
Chilling

Jacky Efendi jackyef

🧊
Chilling
View GitHub Profile
@jackyef
jackyef / index.html
Last active February 4, 2017 05:27 — forked from anonymous/index.html
Simon Says
<audio id="audio1">
<source src="https://s3.amazonaws.com/freecodecamp/simonSound1.mp3" type="audio/mpeg">
</audio>
<audio id="audio2">
<source src="https://s3.amazonaws.com/freecodecamp/simonSound2.mp3" type="audio/mpeg">
</audio>
<audio id="audio3">
<source src="https://s3.amazonaws.com/freecodecamp/simonSound3.mp3" type="audio/mpeg">
</audio>