9 lines
189 B
Plaintext
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>
|