improved
[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         <header>
19                 <h1>Proxy Radio</h1>
20         </header>
21
22         <nav>
23                 <ul>
24                         <li>Home</li>
25                         <li><a href="last_songs.html">Played songs</a></li>
26                         <li><a href="songs.html">All songs</a></li>
27                 </ul>
28         </nav>
29
30         <section>
31                 <audio controls>
32                         <source src="http://radio.wpitchoune.net:8080/mp3">
33                 </audio>
34
35                 <p>If the above player does not work you can play directly the
36                         <a href="http://radio.wpitchoune.net:8080/mp3">stream</a>.</p>
37
38                 <p>The name of the current song can be read on
39                         <a href="http://radio.wpitchoune.net:8080">the icecast
40                                    page</a>.</p>
41
42                 <p>See the list of <a href="last_songs.html">recently played songs</a>.</p>
43
44                 <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
45                         <a href="songs.html">songs</a> with credits and licensing information. No changes have been made to the songs.
46                 </p>
47         </section>
48
49         <footer>
50                 <p><address><a href="mailto:proxyradio@wpitchoune.net">Proxy Radio</a></address</p>
51         </footer>
52 </body>
53
54 </html>