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 @@ +