Browse Source

fix(prejoin) fix css loading path

master
Tudor-Ovidiu Avram 5 years ago
parent
commit
e6676bb09a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      static/prejoin.html

+ 1
- 1
static/prejoin.html View File

@@ -4,7 +4,7 @@
4 4
     <meta http-equiv="content-type" content="text/html;charset=utf-8">
5 5
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 6
     <!--#include virtual="/base.html" -->
7
-    <link rel="stylesheet" href="../css/all.css">
7
+    <link rel="stylesheet" href="css/all.css">
8 8
     <script>
9 9
       document.addEventListener('DOMContentLoaded', () => {
10 10
           if (!JitsiMeetJS.app) {

Loading…
Cancel
Save