diff --git a/Pages/NotFound.cshtml b/Pages/NotFound.cshtml index e12fd6b..443c3be 100644 --- a/Pages/NotFound.cshtml +++ b/Pages/NotFound.cshtml @@ -1,5 +1,9 @@ @page - +@{ + Layout = null; +} + + diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 51c8f94..1e5e7f9 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -3,6 +3,7 @@ + @ViewData["Title"] - yaflay.ru diff --git a/wwwroot/favicon.ico b/wwwroot/favicon.ico index 63e859b..6270ab1 100644 Binary files a/wwwroot/favicon.ico and b/wwwroot/favicon.ico differ