diff options
| author | metamuffin <metamuffin@yandex.com> | 2022-01-23 14:06:14 +0100 | 
|---|---|---|
| committer | metamuffin <metamuffin@yandex.com> | 2022-01-23 14:06:14 +0100 | 
| commit | a383c334a2e4ccb246a4a1092b1d053ccad19bd7 (patch) | |
| tree | c747e39e25b94944da077df0a3ea20a2465540a8 /public/index.html | |
| parent | 16fa95ac191287fe7f82b9f37c31342fe3b4b65a (diff) | |
| download | keks-meet-a383c334a2e4ccb246a4a1092b1d053ccad19bd7.tar keks-meet-a383c334a2e4ccb246a4a1092b1d053ccad19bd7.tar.bz2 keks-meet-a383c334a2e4ccb246a4a1092b1d053ccad19bd7.tar.zst | |
ported everything to deno! yay
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> | 
