diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-19 16:31:58 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-19 16:31:58 +0300 |
commit | c0bef878abbd9f957bb3b7588766b336b1963671 (patch) | |
tree | 6083e33e1c46b3e0e093b950a2b13453de3c906c | |
parent | b5e59e020ab9a7566c575acdb86470fb2f7254e1 (diff) |
Fix favicon
-rw-r--r-- | Pages/Shared/_Layout.cshtml | 4 | ||||
-rw-r--r-- | wwwroot/assets/favicon.ico | bin | 59582 -> 0 bytes | |||
-rw-r--r-- | wwwroot/assets/favicon.png | bin | 127706 -> 0 bytes | |||
-rw-r--r-- | wwwroot/favicon.ico | bin | 0 -> 59582 bytes | |||
-rw-r--r-- | wwwroot/favicon.png | bin | 0 -> 126898 bytes |
5 files changed, 2 insertions, 2 deletions
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 29e3ef4..1b48618 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -12,8 +12,8 @@ <meta property="og:description" content="Нижнее бельё ручной работы по вашим индивидуальным меркам" /> <meta property="og:image" content="https://mydarlingunderwear.ru/assets/img/bg-signup.jpg" /> <title>My Darling Underwear - нижнее бельё ручной работы</title> - <link rel="shortcut icon" type="image/png" href="/assets/favicon.png" /> - <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico" /> + <link rel="shortcut icon" type="image/png" href="/favicon.png" /> + <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <script src="/lib/font-awesome/js/all.js"></script> <link href="/lib/fancyapps-ui/fancybox.css" rel="stylesheet" /> <link href="/css/styles.css" rel="stylesheet" /> diff --git a/wwwroot/assets/favicon.ico b/wwwroot/assets/favicon.ico Binary files differdeleted file mode 100644 index 6e26240..0000000 --- a/wwwroot/assets/favicon.ico +++ /dev/null diff --git a/wwwroot/assets/favicon.png b/wwwroot/assets/favicon.png Binary files differdeleted file mode 100644 index e77207b..0000000 --- a/wwwroot/assets/favicon.png +++ /dev/null diff --git a/wwwroot/favicon.ico b/wwwroot/favicon.ico Binary files differnew file mode 100644 index 0000000..d0a1fde --- /dev/null +++ b/wwwroot/favicon.ico diff --git a/wwwroot/favicon.png b/wwwroot/favicon.png Binary files differnew file mode 100644 index 0000000..1d57ea7 --- /dev/null +++ b/wwwroot/favicon.png |