Torma Kristóf
634488c2d8
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
@page
|
|
@model AccessDeniedModel
|
|
@{
|
|
ViewData["Title"] = "Access denied";
|
|
}
|
|
|
|
<header>
|
|
<h1 class="text-danger">@ViewData["Title"]</h1>
|
|
<p class="text-danger">You do not have access to this resource.</p>
|
|
</header>
|