aboutsummaryrefslogtreecommitdiff
path: root/client-web/public/app.html
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-07 11:14:42 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-07 11:14:42 +0200
commit61950198e3bf06555f48e8f51c882a4c3cce5128 (patch)
treea7701a44804d4a2a634f3410d400545ea82d1c45 /client-web/public/app.html
parent832f48f29098cc6f840ade90db3b94efa67c6833 (diff)
downloadkeks-meet-61950198e3bf06555f48e8f51c882a4c3cce5128.tar
keks-meet-61950198e3bf06555f48e8f51c882a4c3cce5128.tar.bz2
keks-meet-61950198e3bf06555f48e8f51c882a4c3cce5128.tar.zst
REFACTOR! pt.1
Diffstat (limited to 'client-web/public/app.html')
-rw-r--r--client-web/public/app.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/client-web/public/app.html b/client-web/public/app.html
new file mode 100644
index 0000000..d88abbd
--- /dev/null
+++ b/client-web/public/app.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+ <script defer async type="module" src="/bundle.js"></script>
+ <link rel="stylesheet" href="/style/master.css" />
+
+ <title>keks-meet</title>
+ </head>
+
+ <body>
+ <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>
+ </body>
+</html>