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/404.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
196 B
Plaintext

@{
ViewData["Title"] = "404 Not Found";
}
<partial name="_errdivtop_part"/>
<h2 class="text-secondary">The resource you were looking for was not found.</h2>
<partial name="_errdivbottom_part"/>