aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml
blob: 39fc5cae8fe87dd62a7cbcee62129c378775e0ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@{
	ViewData["Title"] = "404: Not found!";
}

<h2>
	404: Not found!
</h2>
<p>
	The page you're looking for couldn't be found!
</p>