diff --git a/index.html b/index.html index df5756b..2b31244 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,9 @@ + @@ -14,7 +18,6 @@ title.innerText = stream videos.appendChild(title) var video = document.createElement("video"); - video.style = "margin: 0 auto" videos.appendChild(video) var hls = new Hls(); hls.loadSource(stream+".m3u8");