fixed 404

This commit is contained in:
ROEvGABE 2022-10-07 21:29:52 -04:00
parent 3cd29df39c
commit 18e8ddd936
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>