404 error Update (#3)

* updated navbar

* fixed 404

* KILL ROWE
This commit is contained in:
ROEvGABE 2022-10-07 21:36:17 -04:00 committed by GitHub
parent 94d9eec361
commit f906d4375e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<div class="mx-auto rounded-lg shadow border border-gray-300 max-w-2xl text-center divide-y">
<div class="p-2">
<img class="mx-auto mb-2" src="/img/error.png" alt="" />
<h1 class="mb-1 text-xl font-bold">{$page.status == 404 ? "Not Found" : "Unexpected Error"}</h1>
<h1 class="mb-1 text-xl font-bold">{$page.status == 404 ? "Page Not Found" : "Unexpected Error"}</h1>
<p>The server ran into an error while processing your request.</p>
<p>Please try again later, or report this incident to a Rowblox developer if it persists.</p>
</div>