Skip to content

Commit

Permalink
renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Feb 2, 2012
1 parent a7b5603 commit 24a4f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audioplayer/AudioPlayer.html
@@ -1,9 +1,9 @@
<html>
<head>
<title>AudioExample</title>
<title>AudioPlayer</title>
</head>
<body>
<h1>AudioExample</h1>
<h1>AudioPlayer</h1>
<button id="play" disabled>Play</button>
<label for="volume">Volume: <input type="range" min="0" max="100" id="volume" value="100"></label>
<script type="text/javascript" src="AudioExample.dart.js"></script>
Expand Down

0 comments on commit 24a4f60

Please sign in to comment.