update exception page

This commit is contained in:
Nick Seguin 2024-02-27 19:18:56 -06:00
parent 1aad60fb8c
commit ef898769ea
Signed by: nseguin
GPG key ID: 68C99FA84079021D

View file

@ -3,12 +3,15 @@
<PageTitle>Error</PageTitle> <PageTitle>Error</PageTitle>
<h1 class="text-danger">Error.</h1> <h1 class="mt-4 text-4xl md:text-5xl lg:text-6xl font-semibold text-[2rem] leading-10 tracking-tighter">Error</h1>
<h2 class="text-danger">An error occurred while processing your request.</h2>
<p class="text-slate text-xl mt-4">
An error occurred while processing your request.
</p>
@if (ShowRequestId) @if (ShowRequestId)
{ {
<p> <p class="text-slate text-md mt-4 mb-4">
<strong>Request ID:</strong> <code>@RequestId</code> <strong>Request ID:</strong> <code>@RequestId</code>
</p> </p>
} }