From ea585b0edadcaefd73b5ef7c8e15b059f70ecec4 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Thu, 8 Jun 2023 09:05:46 +0300 Subject: Add .ico favicon --- Pages/Shared/_Layout.cshtml | 1 + wwwroot/assets/favicon.ico | Bin 0 -> 59582 bytes 2 files changed, 1 insertion(+) create mode 100644 wwwroot/assets/favicon.ico diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 9c56830..b93c66c 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -12,6 +12,7 @@ My Darling Underwear - нижнее бельё ручной работы + diff --git a/wwwroot/assets/favicon.ico b/wwwroot/assets/favicon.ico new file mode 100644 index 0000000..6e26240 Binary files /dev/null and b/wwwroot/assets/favicon.ico differ -- cgit v1.2.3