2025-06-06 14:14:35 +01:00

18 lines
540 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@{
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 dont 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>