Skip to content

Modern Error Page 🌙✨ - A beautiful, animated error page with a dark theme, floating moon, and twinkling stars. Built with React and Tailwind CSS, featuring dynamic error messages via URL parameters and Docker support. Perfect for adding a touch of elegance to your error pages.

License

Notifications You must be signed in to change notification settings

No-platforms/errorino

Repository files navigation

Modern Error Page

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.

Error Page Preview

Features

  • 🌙 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

Usage

URL Parameters

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

Local Development

  1. Clone the repository:
git clone https://github.com/No-platforms/errorino.git
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Docker

Run with Docker:

docker pull yiiman/errorino
docker run -p 80:80 yiiman/errorino

License

Apache License

About

Modern Error Page 🌙✨ - A beautiful, animated error page with a dark theme, floating moon, and twinkling stars. Built with React and Tailwind CSS, featuring dynamic error messages via URL parameters and Docker support. Perfect for adding a touch of elegance to your error pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published