From 8fd610a1729d979df9a394bebd03319f0db3bbd6 Mon Sep 17 00:00:00 2001 From: gimenes Date: Fri, 18 Oct 2024 10:31:50 -0300 Subject: [PATCH] error page --- app/ErrorPage.tsx | 2 +- index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/ErrorPage.tsx b/app/ErrorPage.tsx index f6d74ee..1ee6362 100644 --- a/app/ErrorPage.tsx +++ b/app/ErrorPage.tsx @@ -7,7 +7,7 @@ export default function ErrorPage() { if (error.status === 404) { return (
-

404 - Page Not Found

+

404 - Page Not Found

Sorry, the page you are looking for does not exist.

To add new routes, create a new file in app/routes and register it in app.tsx. diff --git a/index.html b/index.html index 4633aa0..b6aeb14 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -19,8 +19,8 @@ - -

+ +
loading...