mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 15:01:56 +00:00
10 lines
289 B
Plaintext
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>
|