aboutsummaryrefslogtreecommitdiff
path: root/client-web/public/app.html
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-22 13:02:32 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-22 13:03:31 +0100
commit2f5d47d21dfc308c1b930cf45e13b34445d3a8e5 (patch)
tree1efa38bb95a2bc55132c0f8751727647906bb5dd /client-web/public/app.html
parentaee091c28ad99862f8d94665a1efc65288a17d52 (diff)
downloadkeks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar
keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar.bz2
keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar.zst
Convert sass to css
Diffstat (limited to 'client-web/public/app.html')
-rw-r--r--client-web/public/app.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/public/app.html b/client-web/public/app.html
index c2414ce..42c5052 100644
--- a/client-web/public/app.html
+++ b/client-web/public/app.html
@@ -8,7 +8,7 @@
content="A simple secure web conferencing application using webrtc"
/>
<script type="module" src="/assets/bundle.js"></script>
- <link rel="stylesheet" href="/style.css" />
+ <link rel="stylesheet" href="/assets/bundle.css" />
<title>keks-meet</title>
</head>
<body>