mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2025-12-07 20:35:44 +09:00
- Implemented custom HTML templates for `400`, `404`, `500`, and `525` error pages with multilingual support. - Added embedded file system for error page templates and assets. - Introduced fallback mechanism to serve minimal plain text for missing error templates. - Integrated TailwindCSS for styling error pages, with a build script in `package.json`.
5 lines
90 B
CSS
5 lines
90 B
CSS
/* tools/tailwind/input.css */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|