diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 4 | ||||
-rw-r--r-- | public/style/master.css (renamed from public/css/master.css) | 0 |
2 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> diff --git a/public/css/master.css b/public/style/master.css index 794eb43..794eb43 100644 --- a/public/css/master.css +++ b/public/style/master.css |