From ca965d536278a4970ede0b88a92c6f218bfc5915 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 12 May 2021 10:16:49 +0300 Subject: Implemented a 404 not found page --- ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml (limited to 'ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml') diff --git a/ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml b/ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml new file mode 100644 index 0000000..39fc5ca --- /dev/null +++ b/ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml @@ -0,0 +1,10 @@ +@{ + ViewData["Title"] = "404: Not found!"; +} + +

+ 404: Not found! +

+

+ The page you're looking for couldn't be found! +

-- cgit v1.2.3