Browse Source

update from webadmin

exegetes.eu.org crontab 7 years ago
parent
commit
de4c7ac85c
1 changed files with 0 additions and 28 deletions
  1. 0 28
      templates/home.html

+ 0 - 28
templates/home.html

@@ -15,34 +15,6 @@
 
 {% block body %}
 <div id="index">
-    <h3>Conférence de soutien pour La Quadrature du Net</h3>
-     <br />
-    <p>Défendez les libertés, soutenez La Quadrature : <b><a href="https://soutien.laquadrature.net">https://soutien.laquadrature.net</a></b></p>
-    <style type="text/css">
-     video, img {
-     width: 95%    !important;
-     height: auto   !important;
-     }
-    </style>
-    <script src="https://radio.octopuce.fr/player1/hls.min.js"></script>
-    <video id="video" controls></video>
-    <script>
-     if(Hls.isSupported()) {
-     var video = document.getElementById('video');
-     var hls = new Hls();
-     hls.loadSource('https://radio.octopuce.fr/ts1/stream.m3u8');
-     hls.attachMedia(video);
-     hls.on(Hls.Events.MANIFEST_PARSED,function() {
-     video.play();
-     });
-     }
-    </script>
-<p>
-Si vous n'avez pas de navigateur compatible HTML5, vous pouvez aussi voir directement le flux live en faisant pointer votre player habituel (tel <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a> ou <a href="http://www.mplayerhq.hu/" target="_blank">MPlayer</a>) à l'adresse suivante : 
-
-&nbsp; &nbsp; <big><b><a href="https://radio.octopuce.fr/ts1/stream.m3u8">https://radio.octopuce.fr/ts1/stream.m3u8</a></b></big>
-</p>
-
     <h3>Blog</h3>
     {% for child in this.pagination.items %}
         {% if child._data._model == "posts" %}