Skip to content

Commit

Permalink
Added mp3 fallbacks of sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Jan 14, 2011
1 parent dfe280a commit 7c795d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@
<body>
<audio id="roll-dice-jingle">
<source src="diceboard.ogg" />
<source src="diceboard.mp3" />
</audio>
<audio id="glitch-jingle">
<source src="glitch.ogg" />
<source src="glitch.mp3" />
</audio>
<audio id="critical-jingle">
<source src="critical.ogg" />
<source src="critical.mp3" />
</audio>
<div data-role="page">
<div data-role="header">Shadowrun dice generator</div>
Expand Down

0 comments on commit 7c795d3

Please sign in to comment.