main page
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 18 Jan 2016 12:01:30 +0000 (13:01 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 18 Jan 2016 12:01:30 +0000 (13:01 +0100)
html/index.html [new file with mode: 0644]

diff --git a/html/index.html b/html/index.html
new file mode 100644 (file)
index 0000000..fdfc42a
--- /dev/null
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+        <meta charset="UTF-8" />
+
+        <link rel="stylesheet" type="text/css" media="all" href="style.css" />
+
+        <title>Proxy Radio</title>
+</head>
+
+<body>
+        <section>
+                <h1>Proxy Radio</h1>
+
+                <audio controls>
+                        <source src="http://radio.wpitchoune.net:8080/mp3">
+                </audio>
+
+                <p>If the above player does not work you can play directly the
+                        <a href="http://radio.wpitchoune.net:8080/mp3">stream</a>.</p>
+
+                <p>The name of the current song can be read on
+                        <a href="http://radio.wpitchoune.net:8080">the icecast
+                                   page</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>
+        </footer>
+</body>
+
+</html>