diff options
Diffstat (limited to 'client-web/public/app.html')
-rw-r--r-- | client-web/public/app.html | 2 |
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> |