Custom Error & Maintenance Pages This repository contains custom error and maintenance pages built with HTML and styled using Tailwind CSS. The pages include:
404 - Page Not Found 500 - Something Went Wrong 505 - HTTP Version Not Supported Maintenance Mode
Installation and Setup Install Node Modules
Before running the project, install the necessary dependencies:
npm i
Start Vite Development Server To run the project in development mode:
npm run start
Pages Included 404.html: For "Page Not Found" errors 500.html: For internal server errors 505.html: For HTTP version not supported errors maintenance.html: For displaying maintenance messages