Files
Berufsschule_HAM/src/Views/Home/AccessDenied.cshtml

10 lines
289 B
Plaintext

@{
ViewData["Title"] = "Access denied";
}
<div class="text-center">
<h1 class="display-4">Access denied</h1>
<p>You currently do not have permission to access the page you tried to access.</p>
<a href="/Home/Login">Please click here to return to the login page</a>
</div>