initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.Web / Views / Shared / Error.cshtml
1 @model System.Web.Mvc.HandleErrorInfo
2
3 @{
4     ViewBag.Title = "Error";
5 }
6
7 <h1 class="text-danger">Error.</h1>
8 <h2 class="text-danger">An error occurred while processing your request.</h2>
9