18 lines
540 B
Plaintext
18 lines
540 B
Plaintext
@{
|
||
ViewData["Title"] = "Access Denied";
|
||
}
|
||
|
||
<div class="container mt-5 text-center">
|
||
<h2 class="text-danger mb-3">Access Denied</h2>
|
||
<p class="lead">Sorry, you don’t have permission to view this content.</p>
|
||
|
||
<p>
|
||
If you believe this is an error, please <a href="/Access/Prompt">verify your book again</a>.<br />
|
||
Or return to the <a href="/Extras">Extras home page</a>.
|
||
</p>
|
||
|
||
<div class="mt-4">
|
||
<img src="/images/lock.png" alt="Access Denied" style="max-width:150px;" />
|
||
</div>
|
||
</div>
|