isn/Views/Account/AccessDenied.cshtml

7 lines
155 B
Plaintext

3 years ago

<div class="container">
<div class="lead">
<h1>Access Denied</h1>
<p>You do not have access to that resource.</p>
</div>
</div>