Files
JavaScriptServices/samples/angular/MusicStore/Views/Shared/Error.cshtml
SteveSandersonMS f693bd60e3 Initial state
2015-11-02 10:30:36 -08:00

7 lines
159 B
Plaintext
Executable File

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