{"id":28495501,"url":"https://github.com/aasaam/error-pages","last_synced_at":"2025-08-22T08:08:46.668Z","repository":{"id":35154895,"uuid":"213970965","full_name":"aasaam/error-pages","owner":"aasaam","description":"Modified error pages for web servers","archived":false,"fork":false,"pushed_at":"2023-05-22T18:59:54.000Z","size":105,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T10:48:27.827Z","etag":null,"topics":["aasaam","emoji","error-pages","nginx","responsive"],"latest_commit_sha":null,"homepage":"https://aasaam.github.io/error-pages/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aasaam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-09T16:41:01.000Z","updated_at":"2023-05-15T08:53:43.000Z","dependencies_parsed_at":"2025-07-02T10:44:53.783Z","dependency_job_id":null,"html_url":"https://github.com/aasaam/error-pages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aasaam/error-pages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasaam%2Ferror-pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasaam%2Ferror-pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasaam%2Ferror-pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasaam%2Ferror-pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aasaam","download_url":"https://codeload.github.com/aasaam/error-pages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasaam%2Ferror-pages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271606595,"owners_count":24788979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aasaam","emoji","error-pages","nginx","responsive"],"created_at":"2025-06-08T11:10:39.953Z","updated_at":"2025-08-22T08:08:46.643Z","avatar_url":"https://github.com/aasaam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\n    Error Pages\n  \u003c/h1\u003e\n  \u003cp\u003e\n    Modified error pages for web servers\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/aasaam/error-pages/actions/workflows/test.yml\"\u003e\n      \u003cimg alt=\"test\" src=\"https://github.com/aasaam/error-pages/actions/workflows/test.yml/badge.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/aasaam/error-pages/blob/master/LICENSE\"\u003e\n      \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/aasaam/error-pages\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\nSimple modified error pages via emoji for web servers that include some processed properties.\n\n## Usage with nginx\n\nInclude [error-pages.conf](./dist/nginx/snippets/error-pages.conf) on **http** context and use [server-error-page.conf](./dist/nginx/snippets/server-error-page.conf) **server** context.\n\n## Preview\n\n| Code | Emoji | Message                                                                                                 |\n| ---- | ----- | ------------------------------------------------------------------------------------------------------- |\n| 300 | 🔀 | [Multiple Choices](https://aasaam.github.io/error-pages/dist/nginx/error-pages/300.html) |\n| 301 | 🚚 | [Moved Permanently](https://aasaam.github.io/error-pages/dist/nginx/error-pages/301.html) |\n| 302 | 🔎 | [Found](https://aasaam.github.io/error-pages/dist/nginx/error-pages/302.html) |\n| 303 | 📨 | [See Other](https://aasaam.github.io/error-pages/dist/nginx/error-pages/303.html) |\n| 304 | 💠 | [Not Modified](https://aasaam.github.io/error-pages/dist/nginx/error-pages/304.html) |\n| 307 | ℹ️ | [Temporary Redirect](https://aasaam.github.io/error-pages/dist/nginx/error-pages/307.html) |\n| 308 | 🆕 | [Permanent Redirect](https://aasaam.github.io/error-pages/dist/nginx/error-pages/308.html) |\n| 400 | 🚫 | [Bad Request](https://aasaam.github.io/error-pages/dist/nginx/error-pages/400.html) |\n| 401 | 🔐 | [Unauthorized](https://aasaam.github.io/error-pages/dist/nginx/error-pages/401.html) |\n| 402 | 💰 | [Payment Required](https://aasaam.github.io/error-pages/dist/nginx/error-pages/402.html) |\n| 403 | ⛔ | [Forbidden](https://aasaam.github.io/error-pages/dist/nginx/error-pages/403.html) |\n| 404 | ❓ | [Not Found](https://aasaam.github.io/error-pages/dist/nginx/error-pages/404.html) |\n| 405 | ❗ | [Method Not Allowed](https://aasaam.github.io/error-pages/dist/nginx/error-pages/405.html) |\n| 406 | 🛡 | [Not Acceptable](https://aasaam.github.io/error-pages/dist/nginx/error-pages/406.html) |\n| 407 | 🔩 | [Proxy Authentication Required](https://aasaam.github.io/error-pages/dist/nginx/error-pages/407.html) |\n| 408 | ⌛️ | [Request Timeout](https://aasaam.github.io/error-pages/dist/nginx/error-pages/408.html) |\n| 409 | 💥 | [Conflict](https://aasaam.github.io/error-pages/dist/nginx/error-pages/409.html) |\n| 410 | 💨 | [Gone](https://aasaam.github.io/error-pages/dist/nginx/error-pages/410.html) |\n| 411 | 📏 | [Length Required](https://aasaam.github.io/error-pages/dist/nginx/error-pages/411.html) |\n| 412 | 🛑 | [Precondition Failed](https://aasaam.github.io/error-pages/dist/nginx/error-pages/412.html) |\n| 413 | 🗃 | [Payload Too Large](https://aasaam.github.io/error-pages/dist/nginx/error-pages/413.html) |\n| 414 | 🆖 | [URI Too Long](https://aasaam.github.io/error-pages/dist/nginx/error-pages/414.html) |\n| 415 | 📼 | [Unsupported Media Type](https://aasaam.github.io/error-pages/dist/nginx/error-pages/415.html) |\n| 416 | 📐 | [Range Not Satisfiable](https://aasaam.github.io/error-pages/dist/nginx/error-pages/416.html) |\n| 417 | 🤔 | [Expectation Failed](https://aasaam.github.io/error-pages/dist/nginx/error-pages/417.html) |\n| 418 | 🍵 | [I'm a Teapot](https://aasaam.github.io/error-pages/dist/nginx/error-pages/418.html) |\n| 421 | 🔂 | [Misdirected Request](https://aasaam.github.io/error-pages/dist/nginx/error-pages/421.html) |\n| 422 | 💩 | [Unprocessable Entity](https://aasaam.github.io/error-pages/dist/nginx/error-pages/422.html) |\n| 423 | 🔒 | [Locked](https://aasaam.github.io/error-pages/dist/nginx/error-pages/423.html) |\n| 424 | 😒 | [Failed Dependency](https://aasaam.github.io/error-pages/dist/nginx/error-pages/424.html) |\n| 426 | 📤 | [Upgrade Required](https://aasaam.github.io/error-pages/dist/nginx/error-pages/426.html) |\n| 428 | ⛓ | [Precondition Required](https://aasaam.github.io/error-pages/dist/nginx/error-pages/428.html) |\n| 429 | 🌋 | [Too Many Requests](https://aasaam.github.io/error-pages/dist/nginx/error-pages/429.html) |\n| 431 | 🤮 | [Request Header Fields Too Large](https://aasaam.github.io/error-pages/dist/nginx/error-pages/431.html) |\n| 436 | 🚪 | [Host Not Matched](https://aasaam.github.io/error-pages/dist/nginx/error-pages/436.html) |\n| 437 | 🚮 | [Legacy browser](https://aasaam.github.io/error-pages/dist/nginx/error-pages/437.html) |\n| 438 | 📛 | [Intrusion Detected](https://aasaam.github.io/error-pages/dist/nginx/error-pages/438.html) |\n| 439 | 🚷 | [Access denied](https://aasaam.github.io/error-pages/dist/nginx/error-pages/439.html) |\n| 444 | 🗑 | [No Response](https://aasaam.github.io/error-pages/dist/nginx/error-pages/444.html) |\n| 451 | 🔏️ | [Unavailable For Legal Reasons](https://aasaam.github.io/error-pages/dist/nginx/error-pages/451.html) |\n| 494 | 🐳 | [Request header too large](https://aasaam.github.io/error-pages/dist/nginx/error-pages/494.html) |\n| 495 | 🏅 | [SSL Certificate Error](https://aasaam.github.io/error-pages/dist/nginx/error-pages/495.html) |\n| 496 | 🏷 | [SSL Certificate Required](https://aasaam.github.io/error-pages/dist/nginx/error-pages/496.html) |\n| 497 | ❎ | [HTTP Request Sent to HTTPS Port](https://aasaam.github.io/error-pages/dist/nginx/error-pages/497.html) |\n| 500 | 💣 | [Internal Server Error](https://aasaam.github.io/error-pages/dist/nginx/error-pages/500.html) |\n| 501 | 📭 | [Not Implemented](https://aasaam.github.io/error-pages/dist/nginx/error-pages/501.html) |\n| 502 | 🚧 | [Bad Gateway](https://aasaam.github.io/error-pages/dist/nginx/error-pages/502.html) |\n| 503 | 🚨 | [Service Unavailable](https://aasaam.github.io/error-pages/dist/nginx/error-pages/503.html) |\n| 504 | ⏲ | [Gateway Timeout](https://aasaam.github.io/error-pages/dist/nginx/error-pages/504.html) |\n| 505 | 🕯 | [HTTP Version Not Supported](https://aasaam.github.io/error-pages/dist/nginx/error-pages/505.html) |\n| 506 | 💔 | [Variant Also Negotiates](https://aasaam.github.io/error-pages/dist/nginx/error-pages/506.html) |\n| 507 | 💯 | [Insufficient Storage](https://aasaam.github.io/error-pages/dist/nginx/error-pages/507.html) |\n| 508 | ➰ | [Loop Detected](https://aasaam.github.io/error-pages/dist/nginx/error-pages/508.html) |\n| 509 | 📈 | [Bandwidth Limit Exceeded](https://aasaam.github.io/error-pages/dist/nginx/error-pages/509.html) |\n| 510 | 🏗 | [Not Extended](https://aasaam.github.io/error-pages/dist/nginx/error-pages/510.html) |\n| 511 | 🔑 | [Network Authentication Required](https://aasaam.github.io/error-pages/dist/nginx/error-pages/511.html) |\n| 538 | 📜 | [Temporary down](https://aasaam.github.io/error-pages/dist/nginx/error-pages/538.html) |\n\n\u003cdiv\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg alt=\"aasaam software development group\" width=\"64\" src=\"https://raw.githubusercontent.com/aasaam/information/master/logo/aasaam.svg\"\u003e\n    \u003cbr /\u003e\n    aasaam software development group\n  \u003c/p\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faasaam%2Ferror-pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faasaam%2Ferror-pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faasaam%2Ferror-pages/lists"}