Merge branch 'master' of ssh://wpitchoune.net:/srv/git/radio
[radio.git] / html / last_songs.html
index dcacb71..116e999 100644 (file)
@@ -25,7 +25,6 @@
                                                      + "<td>" + value.listeners + "</td>"
                                                      + "</tr>");
                         });
-
                         $('#history').DataTable();
                 });
 
 </head>
 
 <body>
-        <section>
-                <h1>Last played songs</h1>
+        <nav>
+                <ul>
+                        <li><a href="index.html">Proxy Radio</a></li>
+                        <li class="selected">Played songs</li>
+                        <li><a href="songs.html">All songs</a></li>
+                </ul>
+        </nav>
 
+        <section>
                 <table id="history">
                         <thead>
                                 <tr>
@@ -50,7 +55,9 @@
         </section>
 
         <footer>
-                <p>(c) Proxy Radio</p>
+                <ul>
+                        <li><a href="mailto:proxyradio@wpitchoune.net">Contact</a></li>
+                </ul>
         </footer>
 </body>