We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
#15- 404 Page
d949214
Merge pull request #20 from HackTheTunnels/404-Page
b6e5e3e
!review
Sorry, something went wrong.
Saumy-m
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: