https://github.com/yukal/http-status-pages
Stylized pages with different HTTP status codes
https://github.com/yukal/http-status-pages
emoji gulp http-status-codes js pages pug stylized
Last synced: 4 months ago
JSON representation
Stylized pages with different HTTP status codes
- Host: GitHub
- URL: https://github.com/yukal/http-status-pages
- Owner: yukal
- License: cc-by-sa-4.0
- Created: 2025-08-08T21:44:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T23:32:22.000Z (5 months ago)
- Last Synced: 2025-08-16T01:26:40.674Z (5 months ago)
- Topics: emoji, gulp, http-status-codes, js, pages, pug, stylized
- Language: JavaScript
- Homepage: https://yukal.github.io/http-status-pages/
- Size: 167 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http-status-pages
Stylized pages with different HTTP status codes.
The idea was based on the [colorlib.com](https://colorlib.com/wp/cat/404-error/) resource, from page [Colorlib Error 404 V18](https://colorlib.com/etc/404/colorlib-error-404-18/). Thanks to [openmoji.org](https://openmoji.org/), where I got some SVG icons.

### Optimized Icons
Some icons have been completely redrawn because their paths duplicated unnecessary nodes. These nodes have been simplified as much as possible to reduce the size of the sprite. Also, some icons have been intentionally resized to achieve the impression of a single, cohesive style. A few more new icons were also added, which at least I didn't find in the openmoji collection. The work is still ongoing.
[](https://openmoji.org/library/emoji-1FA99/)
[](https://openmoji.org/library/emoji-1F9D0/)
[](https://openmoji.org/library/emoji-E0AB/)
[](https://openmoji.org/library/emoji-E145/)

[](https://openmoji.org/library/emoji-1F4A5/)
[](https://openmoji.org/library/emoji-1F383/)
[](https://openmoji.org/library/emoji-1FAAC/)
[](https://openmoji.org/library/emoji-1F9F1/)

[](https://openmoji.org/library/emoji-E308/)
[](https://openmoji.org/library/emoji-E147/)
[](https://openmoji.org/library/emoji-E04B/)
#### Generate pages
``` bash
# install dependencies
npm install
# run builder
npm run build
# or
npx gulp generate
```
## License
¹ OpenMoji graphics are licensed under the Creative Commons Share Alike License 4.0 ([CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/))
[](https://creativecommons.org/licenses/by-sa/4.0/)
² Code licensed under the GNU Lesser General Public License v3 ([LGPL-3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html))
[](https://www.gnu.org/licenses/lgpl-3.0.en.html)