Initial commit
[wsti_pai.git] / Projects / 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