Parcourir la source

Revert "changed home page to live stream"

This reverts commit c0938ef3f1b1f8aaf9179e84a10a30057fe3370e.
Harlan Iverson il y a 7 ans
Parent
commit
5adee6e09a

+ 2 - 2
tinydatacenter.com-v2/app/resources/templates/themes/blue/html/index.html

@@ -11,17 +11,17 @@
 <link rel="stylesheet" href="/assets/videojs/video-js.css">
 
 <video id=example-video width=640 height=360 class="video-js vjs-default-skin" data-setup='{"controls": false, "loop": true, "autoplay": true, "preload": "true"}'>
-<!--
 
   <source
      src="/media/tinydc/intro/out.m3u8"
      type="application/x-mpegURL">
--->
 
 
+<!--
   <source
      src="https://ispooge.com/hls/ispoogedaily/index.m3u8"
      type="application/x-mpegURL">
+-->
 
 </video>
 <script src="/assets/videojs/video.js"></script>