aboutsummaryrefslogtreecommitdiff
path: root/client-web/public/app.html
blob: 4c7d10d739888de356a9835ea054c7e7725409d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="A simple secure web conferencing application using webrtc">
        <script async type="module" src="/assets/bundle.js"></script>
        <link rel="stylesheet" href="/assets/style/master.css" />
        <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>
            If this takes <i>too long</i> check the browser console to see if
            something else failed
        </p>
    </body>
</html>