Closed hackthetunnelsbot[bot] closed 1 year ago
Checkout: client/src/main.tsx to see how to route your own 404 page.
client/src/main.tsx
Create and export a new 404 page component from the client/src/pages folder.
client/src/pages
Add the text "404: Not Found" and a funny gif of your choice to the page.
When navigating to a missing route, you should see the "404: Not Found" text and some gif.
!review
!check
!approve
Approved by @rose-salt
This challenge did not unlock any other challenges
Description:
Checkout:
client/src/main.tsx
to see how to route your own 404 page.Create and export a new 404 page component from the
client/src/pages
folder.Add the text "404: Not Found" and a funny gif of your choice to the page.
Acceptance Criteria:
When navigating to a missing route, you should see the "404: Not Found" text and some gif.