diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-12 10:16:49 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-12 10:16:49 +0300 |
| commit | ca965d536278a4970ede0b88a92c6f218bfc5915 (patch) | |
| tree | a49bf0a2080414ece920914dd14bbbd1f1d03c08 /ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml | |
| parent | 5436337b45e98b6001bbae0c6d36fe004ff1e55c (diff) | |
| download | it-kariera-exam-template-ca965d536278a4970ede0b88a92c6f218bfc5915.tar it-kariera-exam-template-ca965d536278a4970ede0b88a92c6f218bfc5915.tar.gz it-kariera-exam-template-ca965d536278a4970ede0b88a92c6f218bfc5915.zip | |
Implemented a 404 not found page
Diffstat (limited to 'ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml')
| -rw-r--r-- | ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml | 10 |
1 files changed, 10 insertions, 0 deletions
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!"; +} + +<h2> + 404: Not found! +</h2> +<p> + The page you're looking for couldn't be found! +</p> |
