Skip to content

Commit

Permalink
added audio type
Browse files Browse the repository at this point in the history
  • Loading branch information
siawo committed Aug 4, 2017
1 parent d916543 commit 7446d3a
Showing 1 changed file with 5 additions and 5 deletions.
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 7446d3a

Please sign in to comment.