d54de39357182a9610aff777d3d7e9583394beac
[radio.git] / html / index.html
1 <!DOCTYPE html>
2 <html>
3
4 <head>
5         <meta charset="UTF-8" />
6
7         <link rel="stylesheet" type="text/css" media="all" href="style.css" />
8
9         <script type="text/javascript"
10                 language="javascript"
11                 src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js">
12         </script>
13
14         <title>Proxy Radio</title>
15 </head>
16
17 <body>
18         <nav>
19                 <ul>
20                         <li class="selected">Proxy Radio</li>
21                         <li><a href="last_songs.html">Played songs</a></li>
22                         <li><a href="songs.html">All songs</a></li>
23                 </ul>
24         </nav>
25
26         <section>
27                 <audio controls>
28                         <source src="http://radio.wpitchoune.net:8080/mp3">
29                 </audio>
30
31                 <p>If the above player does not work you can play directly the
32                         <a href="http://radio.wpitchoune.net:8080/mp3">stream</a>.</p>
33
34                 <p>The name of the current song can be read on
35                         <a href="http://radio.wpitchoune.net:8080">the icecast
36                                    page</a>.</p>
37
38                 <p>See the list of <a href="last_songs.html">recently played songs</a>.</p>
39
40                 <p>All songs have been downloaded from the <a href="http://freemusicarchive.org/">Free Music Archive</a> and as far as I know can be shared on this stream. Feel free to send me an email to <a href="mailto:proxyradio@wpitchoune.net">proxyradio@wpitchoune.net</a>                        if you have a concern about a song. Read the list of
41                         <a href="songs.html">songs</a> with credits and licensing information. No changes have been made to the songs.
42                 </p>
43         </section>
44
45         <footer>
46                 <p><address><a href="mailto:proxyradio@wpitchoune.net">Proxy Radio</a></address</p>
47         </footer>
48 </body>
49
50 </html>