Skip to content

Commit

Permalink
Removed unnecessary copy from the downloaded index page
Browse files Browse the repository at this point in the history
  • Loading branch information
kolber committed Dec 15, 2010
1 parent 6ca4bee commit 7bc1c68
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ <h1>audio.js</h1>

<audio src="http://s3.amazonaws.com/audiojs/02-juicy-r.mp3" preload="auto"></audio>

<h2>audio.js is a drop-in javascript library that allows HTML5's &lt;audio&gt; tag to be used anywhere.</h2>

<p>It uses native &lt;audio&gt; where available and falls back to an invisible flash player to emulate it for other browsers. It provides a consistent html player UI to all browsers which can be styled used standard css.</audio>
<p>It plays mp3s. No ogg. Because, lets be honest, in the real world, no one really exports ogg files.</p>

<div class="download">
<a href="http://kolber.github.com/audiojs/audiojs.zip" class="button"><em>Download</em> audio.js</a>
</div>

<h3>Installation</h3>
<ol>
<li>
Expand Down

0 comments on commit 7bc1c68

Please sign in to comment.