aboutsummaryrefslogtreecommitdiff
path: root/client-web/public/app.html
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-07 14:46:09 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-07 14:46:09 +0200
commit3ce9a53e272dc556222bca747461b3ec24796912 (patch)
tree3f0f780801cbb49ef797c361cf67b4709bacac42 /client-web/public/app.html
parent61950198e3bf06555f48e8f51c882a4c3cce5128 (diff)
downloadkeks-meet-3ce9a53e272dc556222bca747461b3ec24796912.tar
keks-meet-3ce9a53e272dc556222bca747461b3ec24796912.tar.bz2
keks-meet-3ce9a53e272dc556222bca747461b3ec24796912.tar.zst
start with the new server
Diffstat (limited to 'client-web/public/app.html')
-rw-r--r--client-web/public/app.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client-web/public/app.html b/client-web/public/app.html
index d88abbd..493796f 100644
--- a/client-web/public/app.html
+++ b/client-web/public/app.html
@@ -4,8 +4,8 @@
<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" />
+ <script defer async type="module" src="/_assets/bundle.js"></script>
+ <link rel="stylesheet" href="/_assets/style/master.css" />
<title>keks-meet</title>
</head>