improved
[radio.git] / html / index.html
index fdfc42a..259899e 100644 (file)
@@ -6,13 +6,28 @@
 
         <link rel="stylesheet" type="text/css" media="all" href="style.css" />
 
+        <script type="text/javascript"
+                language="javascript"
+                src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js">
+        </script>
+
         <title>Proxy Radio</title>
 </head>
 
 <body>
-        <section>
+        <header>
                 <h1>Proxy Radio</h1>
+        </header>
+
+        <nav>
+                <ul>
+                        <li>Home</li>
+                        <li><a href="last_songs.html">Played songs</a></li>
+                        <li><a href="songs.html">All songs</a></li>
+                </ul>
+        </nav>
 
+        <section>
                 <audio controls>
                         <source src="http://radio.wpitchoune.net:8080/mp3">
                 </audio>
                         <a href="http://radio.wpitchoune.net:8080">the icecast
                                    page</a>.</p>
 
+                <p>See the list of <a href="last_songs.html">recently played songs</a>.</p>
+
                 <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
                         <a href="songs.html">songs</a> with credits and licensing information. No changes have been made to the songs.
                 </p>
         </section>
 
         <footer>
-                <p>(c) Proxy Radio</p>
+                <p><address><a href="mailto:proxyradio@wpitchoune.net">Proxy Radio</a></address</p>
         </footer>
 </body>