source: PostgreSqlDotnetCore/Areas/Identity/Pages/Account/AccessDenied.cshtml@ 2aea0fd

main
Last change on this file since 2aea0fd was 2aea0fd, checked in by ElenaMoskova <elena.moskova99@…>, 2 months ago

init commit Elena

  • Property mode set to 100644
File size: 224 bytes
Line 
1@page
2@model AccessDeniedModel
3@{
4 ViewData["Title"] = "Access denied";
5}
6
7<header>
8 <h1 class="text-danger">@ViewData["Title"]</h1>
9 <p class="text-danger">You do not have access to this resource.</p>
10</header>
Note: See TracBrowser for help on using the repository browser.