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