Skip to content

Commit

Permalink
Merge pull request #15 from siawo/test
Browse files Browse the repository at this point in the history
corrected the audio bug
  • Loading branch information
siawo authored Aug 4, 2017
2 parents d916543 + 216c668 commit b29ad8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified assets/red.ogg
Binary file not shown.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<head>
<TITLE>Simon Game</TITLE>
<!-- audio links-->
<audio id="green" src="assets/green.ogg"></audio>
<audio id="red" src="assets/red.ogg"></audio>
<audio id="yellow" src="assets/yellow.ogg"></audio>
<audio id="blue" src="assets/blue.ogg"></audio>
<audio id="wrong" src="assets/wrong.ogg"></audio>
<audio id="green" src="assets/green.ogg" type="audio/ogg"></audio>
<audio id="red" src="assets/red.ogg" type="audio/ogg"></audio>
<audio id="yellow" src="assets/yellow.ogg" type="audio/ogg"></audio>
<audio id="blue" src="assets/blue.ogg" type="audio/ogg"></audio>
<audio id="wrong" src="assets/wrong.ogg" type="audio/ogg"></audio>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/fonts.css">
<script defer src="scripts/memory.js"></script>
Expand Down

0 comments on commit b29ad8e

Please sign in to comment.