aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-12 10:16:49 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-12 10:16:49 +0300
commitca965d536278a4970ede0b88a92c6f218bfc5915 (patch)
treea49bf0a2080414ece920914dd14bbbd1f1d03c08 /ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml
parent5436337b45e98b6001bbae0c6d36fe004ff1e55c (diff)
downloadit-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.cshtml10
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>