pwt-0x01-ng/Views/Shared/403.cshtml

7 lines
194 B
Plaintext

@{
ViewData["Title"] = "403 Forbidden";
}
<partial name="_errdivtop_part"/>
<h2 class="text-secondary">You are not authorized to access the resource.</h2>
<partial name="_errdivbottom_part"/>