From 965ad2854beb39c36776013d94a978c3fc2dcc83 Mon Sep 17 00:00:00 2001 From: Meisam <39205857+MFTabriz@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:53:21 +0200 Subject: [PATCH] Improve no-JS landing page (#1367) * improve landing page for no js * update no js page * update no js explanations * Some text tweaks Co-authored-by: Gabe Kangas --- webroot/index.html | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) 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.