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>
|
||||
|
||||
<h1 class="text-danger">Error.</h1>
|
||||
<h2 class="text-danger">An error occurred while processing your request.</h2>
|
||||
<h1 class="mt-4 text-4xl md:text-5xl lg:text-6xl font-semibold text-[2rem] leading-10 tracking-tighter">Error</h1>
|
||||
|
||||
<p class="text-slate text-xl mt-4">
|
||||
An error occurred while processing your request.
|
||||
</p>
|
||||
|
||||
@if (ShowRequestId)
|
||||
{
|
||||
<p>
|
||||
<p class="text-slate text-md mt-4 mb-4">
|
||||
<strong>Request ID:</strong> <code>@RequestId</code>
|
||||
</p>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue