diff options
| author | metamuffin <metamuffin@disroot.org> | 2022-12-29 15:55:57 +0100 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2022-12-29 15:55:57 +0100 | 
| commit | d997c3941feebe8688bb60159f53b7feb24c85ae (patch) | |
| tree | 74a385742d9f5f149a1e4d4cf31ade156fd8ef31 /client-web/public/app.html | |
| parent | 67694f908f7fc76f78566e6f02d89db2d7a19c1d (diff) | |
| download | keks-meet-d997c3941feebe8688bb60159f53b7feb24c85ae.tar keks-meet-d997c3941feebe8688bb60159f53b7feb24c85ae.tar.bz2 keks-meet-d997c3941feebe8688bb60159f53b7feb24c85ae.tar.zst | |
display loading
Diffstat (limited to 'client-web/public/app.html')
| -rw-r--r-- | client-web/public/app.html | 15 | 
1 files changed, 9 insertions, 6 deletions
| diff --git a/client-web/public/app.html b/client-web/public/app.html index 665a7d2..8479a22 100644 --- a/client-web/public/app.html +++ b/client-web/public/app.html @@ -8,13 +8,16 @@          <title>keks-meet</title>      </head>      <body> +        <noscript> +            <p> +                keks-meet needs evil javascript to be enabled. Don't be afraid +                though, all the code is free (AGPL-3.0-only)! Look at it on +                <a href="https://codeberg.org/metamuffin/keks-meet">codeberg</a> +            </p> +        </noscript> +        <h1>keks-meet is loading, please wait…</h1>          <p> -            keks-meet needs evil javascript to be enabled. Don't be afraid -            though, all the code is free (AGPL-3.0-only)! Look at it on -            <a href="https://codeberg.org/metamuffin/keks-meet">codeberg</a> -        </p> -        <p> -            If you have JS enabled, check the browser console to see if +            If this takes <i>too long</i> check the browser console to see if              something else failed          </p>      </body> | 
