From f35a7aecd313547a6f6478a056fb2d5593f1c07b Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 15 May 2021 22:20:53 +0300 Subject: Big daddy refactor --- ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index 39fc5ca..0000000 --- a/ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml +++ /dev/null @@ -1,10 +0,0 @@ -@{ - ViewData["Title"] = "404: Not found!"; -} - -

- 404: Not found! -

-

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

-- cgit v1.2.3