summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Views/Shared/_Layout.cshtml2
-rw-r--r--wwwroot/assets/favicon.pngbin0 -> 127706 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml
index 47f0318..0de62ff 100644
--- a/Views/Shared/_Layout.cshtml
+++ b/Views/Shared/_Layout.cshtml
@@ -7,7 +7,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>My Darling Underwear - нижнее бельё ручной работы</title>
- <link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
+ <link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
<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.png b/wwwroot/assets/favicon.png
new file mode 100644
index 0000000..e77207b
--- /dev/null
+++ b/wwwroot/assets/favicon.png
Binary files differ