Skip to content

Create a 404 Not Found Page #591

@Yogender-verma

Description

@Yogender-verma

🐛 Description

There is no custom 404 page. When users navigate to a non-existent page, they see a generic browser error or a blank page.


📄 What to Create

Create a 404.html page with:

🎨 Project branding (logo/name) consistent with other pages
🔍 A friendly "Page not found" message with a brief explanation
🏠 A prominent button to navigate back to the dashboard
🎯 Consistent styling with the existing app theme.css
✨ Optional: A fun illustration or CSS-based animation


⚙️ Implementation Guide

  • Create frontend/404.html using the same layout structure as other pages
  • Include the standard theme.css stylesheet
  • Add a centered card with the 404 message and navigation button
  • Optionally update index.html to redirect unknown routes

🎨 Component

Frontend


✅ Acceptance Criteria

  • frontend/404.html exists
  • Uses project branding and theme
  • Has a clear "Page not found" message
  • Has a working "Go to Dashboard" button
  • Looks professional and consistent with the app

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions