diff options
Diffstat (limited to 'client-web/public')
-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 d121be2..4c7d10d 100644 --- a/client-web/public/app.html +++ b/client-web/public/app.html @@ -9,13 +9,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> |