SurveyVista/Web/Views/Home/Error.cshtml
2024-03-30 16:10:19 +01:00

6 lines
No EOL
120 B
Text

@{
ViewData["Title"] = "Home Page";
}
<h1>Error</h1>
<p class="alert alert-danger">Something went wrong.....</p>