This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
pwt-0x01-ng/Views/Shared/403.cshtml
surtur 2258ca0f6a
All checks were successful
continuous-integration/drone/push Build is passing
chore: add error handling for 40{3,4} and 500
2020-12-28 22:28:41 +01:00

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"/>