Files
JavaScriptServices/templates/VueSpa/Views/Shared/Error.cshtml
Steve Sanderson 360688f78b Add Vue template
2017-03-13 09:25:23 -07:00

7 lines
153 B
Plaintext

@{
ViewData["Title"] = "Error";
}
<h1 class="text-danger">Error.</h1>
<h2 class="text-danger">An error occurred while processing your request.</h2>