diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-22 14:31:54 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-22 14:31:54 +0100 |
commit | cc028e3c1901c86ffec8d010304c77ca65cbeadb (patch) | |
tree | 8168abda17f54507a5cd3b3ee76ae91362bd3236 /client-web/public | |
parent | 5d4cb7864dc3ca19669877def6c298eb96d19b16 (diff) | |
download | keks-meet-cc028e3c1901c86ffec8d010304c77ca65cbeadb.tar keks-meet-cc028e3c1901c86ffec8d010304c77ca65cbeadb.tar.bz2 keks-meet-cc028e3c1901c86ffec8d010304c77ca65cbeadb.tar.zst |
fix language list
Diffstat (limited to 'client-web/public')
-rw-r--r-- | client-web/public/start.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/client-web/public/start.html b/client-web/public/start.html index 67cad7f..d156176 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -23,13 +23,15 @@ below. </p> <p class="instructions"> - keks-meet is free software! It is licenced under the terms of - the third version of the GNU Affero General Public Licence only. + keks-meet is free software! Check out the source code on + <a href="https://codeberg.org/metamuffin/keks-meet">Codeberg</a + >. </p> <noscript> 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> + <a href="https://codeberg.org/metamuffin/keks-meet">codeberg</a + >. </noscript> <script> function random_name() { |