diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 10 | 
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> | 
