11# ✨ Prebuilt HTTP Error Pages
22
3- ** Beautiful, ready-to-use error pages** – precompiled and published automatically.
3+ ** Elegantly crafted, production-ready error pages** — beautifully designed and effortlessly deployable.
4+ Fully precompiled for seamless integration, compatible even with non-JavaScript browsers, and simple to serve in a single response.
45
56---
67
@@ -9,7 +10,7 @@ Download the latest bundle from the GitHub Pages Branch: [Download ZIP](https://
910
1011
1112## 🛠 Usage
12- - [ How to use in Caddy] ( ./CADDY.md )
13+ - [ How to use with Caddy] ( ./CADDY.md )
1314
1415## 🌐 Available Pages & Demo
1516Below is a list of all available error pages with demo links:
@@ -47,19 +48,21 @@ Below is a list of all available error pages with demo links:
4748| ` 428 ` | ` 428.html ` | Precondition Required | [ Demo 428] ( https://tobidi0410.github.io/error-pages/http-428.html ) | ❌ |
4849| ` 429 ` | ` 429.html ` | Too Many Requests | [ Demo 429] ( https://tobidi0410.github.io/error-pages/http-429.html ) | ❌ |
4950| ` 430 ` | ` 430.html ` | Unassigned | [ Demo 430] ( https://tobidi0410.github.io/error-pages/http-430.html ) | ❌ |
50- | ` 500 ` | ` 500.html ` | Internal Server Error | [ Demo 500] ( https://tobidi0410.github.io/error-pages/http-500.html ) | ❌ |
51- | ` 501 ` | ` 501.html ` | Not Implemented | [ Demo 501] ( https://tobidi0410.github.io/error-pages/http-501.html ) | ❌ |
52- | ` 502 ` | ` 502.html ` | Bad Gateway | [ Demo 502] ( https://tobidi0410.github.io/error-pages/http-502.html ) | ❌ |
53- | ` 503 ` | ` 503.html ` | Service Unavailable | [ Demo 503] ( https://tobidi0410.github.io/error-pages/http-503.html ) | ❌ |
54- | ` 504 ` | ` 504.html ` | Gateway Timeout | [ Demo 504] ( https://tobidi0410.github.io/error-pages/http-504.html ) | ❌ |
55- | ` 505 ` | ` 505.html ` | HTTP Version Not Supported | [ Demo 505] ( https://tobidi0410.github.io/error-pages/http-505.html ) | ❌ |
56- | ` 506 ` | ` 506.html ` | Variant Also Negotiates | [ Demo 506] ( https://tobidi0410.github.io/error-pages/http-506.html ) | ❌ |
57- | ` 507 ` | ` 507.html ` | Insufficient Storage | [ Demo 507] ( https://tobidi0410.github.io/error-pages/http-507.html ) | ❌ |
58- | ` 508 ` | ` 508.html ` | Loop Detected | [ Demo 508] ( https://tobidi0410.github.io/error-pages/http-508.html ) | ❌ |
59- | ` 509 ` | ` 509.html ` | Bandwidth Limit Exceeded | [ Demo 509] ( https://tobidi0410.github.io/error-pages/http-509.html ) | ❌ |
51+ | ` 500 ` | ` 500.html ` | Internal Server Error | [ Demo 500] ( https://tobidi0410.github.io/error-pages/http-500.html ) | ✅ |
52+ | ` 501 ` | ` 501.html ` | Not Implemented | [ Demo 501] ( https://tobidi0410.github.io/error-pages/http-501.html ) | ✅ |
53+ | ` 502 ` | ` 502.html ` | Bad Gateway | [ Demo 502] ( https://tobidi0410.github.io/error-pages/http-502.html ) | ✅ |
54+ | ` 503 ` | ` 503.html ` | Service Unavailable | [ Demo 503] ( https://tobidi0410.github.io/error-pages/http-503.html ) | ✅ |
55+ | ` 504 ` | ` 504.html ` | Gateway Timeout | [ Demo 504] ( https://tobidi0410.github.io/error-pages/http-504.html ) | ✅ |
56+ | ` 505 ` | ` 505.html ` | HTTP Version Not Supported | [ Demo 505] ( https://tobidi0410.github.io/error-pages/http-505.html ) | ✅ |
57+ | ` 506 ` | ` 506.html ` | Variant Also Negotiates | [ Demo 506] ( https://tobidi0410.github.io/error-pages/http-506.html ) | ✅ |
58+ | ` 507 ` | ` 507.html ` | Insufficient Storage | [ Demo 507] ( https://tobidi0410.github.io/error-pages/http-507.html ) | ✅ |
59+ | ` 508 ` | ` 508.html ` | Loop Detected | [ Demo 508] ( https://tobidi0410.github.io/error-pages/http-508.html ) | ✅ |
60+ | ` 509 ` | ` 509.html ` | Bandwidth Limit Exceeded | [ Demo 509] ( https://tobidi0410.github.io/error-pages/http-509.html ) | ✅ |
6061| ` 510 ` | ` 510.html ` | Not Extended | [ Demo 510] ( https://tobidi0410.github.io/error-pages/http-510.html ) | ❌ |
61- | ` 511 ` | ` 511.html ` | Network Authentication Required | [ Demo 511] ( https://tobidi0410.github.io/error-pages/http-511.html ) | ❌ |
62+ | ` 511 ` | ` 511.html ` | Network Authentication Required | [ Demo 511] ( https://tobidi0410.github.io/error-pages/http-511.html ) | ✅ |
6263
64+ ✅: Icon present
65+ ❌: No icon present (generic icon)
6366---
6467
6568## 📝 License & Attribution
0 commit comments