From d0e27a54c049b2351e4d3cc3864beff800512b6b Mon Sep 17 00:00:00 2001 From: siick <hpjoa@linux.fr> Date: Mon, 16 Mar 2020 18:08:25 +0100 Subject: [PATCH] suppresion html player --- index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 318d192..d2a1c5a 100644 --- a/index.html +++ b/index.html @@ -127,8 +127,9 @@ <h2>Onirik in musik</h2> <p>Laisse tes oreilles arpenter l'univers musical proposé par Onirik. <ul> - <li>En écoutant notre radio 24/7 (<a href="http://radio.onirik.io:8000/listen.m3u">Lien m3u |<a href="http://radio.onirik.io:8000/listen.xspf">Lien xspf</a>)<br> - <video id="video"controls loop autoplay width="100" data-playlist="http://radio.onirik.io:8000/listen.m3u"></video></li> + <li> + En écoutant notre radio 24/7 (<a href="http://radio.onirik.io:8000/listen.m3u">Lien m3u |<a href="http://radio.onirik.io:8000/listen.xspf">Lien xspf</a>)<br> + </li> <li> En écoutant nos mixes sur Soundcloud <br> <iframe width="80%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/711320776&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe> @@ -274,8 +275,6 @@ </script> <script src="https://sibforms.com/forms/end-form/build/main.js"></script> <script src="https://www.google.com/recaptcha/api.js?hl=fr"></script> - <script src="assets/js/m3ustreamplayer.js"></script> - <script>m3uStreamPlayer.init({selector: '#video', debug: true});</script> <!-- END - We recommend to place the above code in footer or bottom of your website html --> </body> </html> \ No newline at end of file -- GitLab