aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authormetamuffin <metamuffin@yandex.com>2022-01-25 20:58:57 +0100
committermetamuffin <metamuffin@yandex.com>2022-01-25 20:58:57 +0100
commit8cc5a50b91a3d80b28b03191b246974d3aca9bf8 (patch)
treec737af828efe2e1750b5fadc140237737026081d /public/index.html
parenta22bdc3821bd53d8e3b198423db3f8d7e8e579f6 (diff)
downloadkeks-meet-8cc5a50b91a3d80b28b03191b246974d3aca9bf8.tar
keks-meet-8cc5a50b91a3d80b28b03191b246974d3aca9bf8.tar.bz2
keks-meet-8cc5a50b91a3d80b28b03191b246974d3aca9bf8.tar.zst
polish + menu
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 1ab2bee..ded060a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,8 +7,14 @@
<script defer async type="module" src="/bundle.js"></script>
<link rel="stylesheet" href="/style/master.css" />
- <title>keks webrtc meeting</title>
+ <title>keks-meet</title>
</head>
- <body></body>
+ <body>
+ <p>
+ keks-meet needs evil javascript to 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>
+ </body>
</html>