update exception page
This commit is contained in:
parent
1aad60fb8c
commit
ef898769ea
1 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue