Files
RavenDB.Identity/Sample/Views/Account/AccessDenied.cshtml
T
2017-08-23 14:54:04 -05:00

9 lines
189 B
Plaintext

@{
ViewData["Title"] = "Access Denied";
}
<header>
<h1 class="text-danger">Access Denied.</h1>
<p class="text-danger">You do not have access to this resource.</p>
</header>