diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 5d2112b..9817d6f 100644 --- a/public/index.html +++ b/public/index.html @@ -4,8 +4,8 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <script src="/scripts/bundle.js"></script> - <link rel="stylesheet" href="/static/css/master.css" /> + <script defer async type="module" src="/bundle.js"></script> + <link rel="stylesheet" href="/style/master.css" /> <title>keks webrtc meeting</title> <style> |