diff --git a/webroot/index.html b/webroot/index.html index f310ddac3..07b5d90ef 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -102,6 +102,7 @@ justify-content: center; align-items: center; flex-direction: column; + font-size: large; } .noscript a { @@ -109,13 +110,45 @@ color: blue; text-decoration: underline; } + + #app { + display: none; + } + + .logo { + height: 200px; + margin: 30px; + } + + h2 { + margin-top: 25px; + margin-bottom: 5px; + font-weight: bold; + }
- +

- This Owncast stream requires - Javascript to play. + This website is powered by Owncast. +

+

+ Owncast uses JavaScript for playing the HTTP Live Streaming (HLS) video, and its chat client. But your web browser does not seem to support JavaScript, or you have it disabled. +

+

+ For the best experience, you should use a different browser with JavaScript support. If you have disabled JavaScript in your browser, you can re-enable it. +

+

+ How can I watch this stream without JavaScript? +

+

+ You can open the URL of this website in your media player (such as mpv or VLC) to watch the stream. +

+

+ How can I chat with the others without JavaScript? +

+

+ Currently, there is no option to use the chat without JavaScript.