main page
[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         <title>Proxy Radio</title>
10 </head>
11
12 <body>
13         <section>
14                 <h1>Proxy Radio</h1>
15
16                 <audio controls>
17                         <source src="http://radio.wpitchoune.net:8080/mp3">
18                 </audio>
19
20                 <p>If the above player does not work you can play directly the
21                         <a href="http://radio.wpitchoune.net:8080/mp3">stream</a>.</p>
22
23                 <p>The name of the current song can be read on
24                         <a href="http://radio.wpitchoune.net:8080">the icecast
25                                    page</a>.</p>
26
27                 <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
28                         <a href="songs.html">songs</a> with credits and licensing information. No changes have been made to the songs.
29                 </p>
30         </section>
31
32         <footer>
33                 <p>(c) Proxy Radio</p>
34         </footer>
35 </body>
36
37 </html>