diff options
author | Devaev Maxim <[email protected]> | 2019-11-08 02:20:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-11-08 02:20:05 +0300 |
commit | 13dcbc0c62461da626f7aea9712da593c45102df (patch) | |
tree | ef53ef5e5ed5efcdc2c374f47d72c531d193a57d /web/index.html | |
parent | 5dc05e87f8527b45a858f9d80354b1fe965f6d35 (diff) |
renamed css
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 5b54afd2..9be88ae8 100644 --- a/web/index.html +++ b/web/index.html @@ -36,8 +36,8 @@ <link rel="stylesheet" href="share/css/vars.css"> <link rel="stylesheet" href="share/css/main.css"> - <link rel="stylesheet" href="share/css/windows.css"> - <link rel="stylesheet" href="share/css/modals.css"> + <link rel="stylesheet" href="share/css/window.css"> + <link rel="stylesheet" href="share/css/modal.css"> <link rel="stylesheet" href="share/css/start.css"> <link rel="stylesheet" href="share/css/index/index.css"> |