diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-08-24 10:25:46 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-08-24 10:25:46 +0300 |
| commit | 4c7c97091b40eb601a32bfc22eba3802ebbbf1e0 (patch) | |
| tree | 98d9c659446bbecd1b938ea637464a7769951a1d /junk/j14test | |
| parent | 56c42278bb36309bfd9297c8282f6f51a72d44ed (diff) | |
docs
Diffstat (limited to 'junk/j14test')
| -rw-r--r-- | junk/j14test/index.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/junk/j14test/index.html b/junk/j14test/index.html index 97c3724..d6d012b 100644 --- a/junk/j14test/index.html +++ b/junk/j14test/index.html @@ -1,8 +1,6 @@ <html> <head> - <title>Your website</title> - - ... + <title>#J14 Radio Example</title> <script type="text/javascript" src="audio-player/audio-player.js"></script> <script type="text/javascript"> @@ -13,11 +11,20 @@ </head> <body> - + <h2>#J14 Radio Example</h2> + <p>Use three files</p> + <ul> + <li><a href="index.html">index.html</a></li> + <li><a href="audio-player/audio-player.js">audio-player/audio-player.js</a></li> + <li><a href="audio-player/player.swf">audio-player/player.swf</a></li> + </ul> <p id="audioplayer_1">Alternative content</p> <script type="text/javascript"> AudioPlayer.embed("audioplayer_1", {soundFile: "http://46.117.154.91:8001/listen"}); </script> + + <h4>Enjoy :)</h4> + <p>Example created by <a href="http://y3xz.com">Yuval Adam</a></p> </body> </html>
\ No newline at end of file |
