A beautiful, animated error page built with React and Tailwind CSS. This project provides a modern, dark-themed error page with animated elements like a floating moon and twinkling stars.
- 🌙 Animated moon and twinkling stars
- 🎨 Modern dark theme with gradient effects
- 💫 Smooth animations and transitions
- 🔄 Dynamic error messages via URL parameters
- 🎯 Responsive design
- 🐳 Docker support
The error page accepts two URL parameters:
code: The error code to display (e.g., 404, 500)message: The error message (URL encoded)
Example:
http://your-domain/?code=404&message=Page%20Not%20Found
- Clone the repository:
git clone https://github.com/No-platforms/errorino.git- Install dependencies:
npm install- Start the development server:
npm run devRun with Docker:
docker pull yiiman/errorino
docker run -p 80:80 yiiman/errorino