diff options
Diffstat (limited to 'ExamTemplate/Web/ExamTemplate.Web/Views/Shared/ErrorNotFound.cshtml')
| -rw-r--r-- | ExamTemplate/Web/ExamTemplate.Web/Views/Shared/ErrorNotFound.cshtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/ErrorNotFound.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/ErrorNotFound.cshtml new file mode 100644 index 0000000..39fc5ca --- /dev/null +++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/ErrorNotFound.cshtml @@ -0,0 +1,10 @@ +@{ + ViewData["Title"] = "404: Not found!"; +} + +<h2> + 404: Not found! +</h2> +<p> + The page you're looking for couldn't be found! +</p> |
