https://github.com/jongha/httperrorpages
This is a http error page generator. This script auto generate all of http error pages that help you do not mistake. Current template file is very simple. The various functions of the template will support in future work.
https://github.com/jongha/httperrorpages
error javascript pages
Last synced: over 1 year ago
JSON representation
This is a http error page generator. This script auto generate all of http error pages that help you do not mistake. Current template file is very simple. The various functions of the template will support in future work.
- Host: GitHub
- URL: https://github.com/jongha/httperrorpages
- Owner: jongha
- License: mit
- Created: 2013-12-26T01:39:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-26T13:12:13.000Z (over 12 years ago)
- Last Synced: 2025-03-24T07:59:12.432Z (over 1 year ago)
- Topics: error, javascript, pages
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Http Error Pages
[](https://travis-ci.org/jongha/httperrorpages)
I sometimes experience difficulties for error page when I build a new web site. The difficulties are related to the mistake. Because too many kinds of errors in web service. This script auto generate all of http error pages that help you do not mistake. Current template file is very simple. The various functions of the template will support in future work.
## Usage
Run script file as node.js and check out output folder.
```
$ node ./dist/httperrorpages.min.js
```
## License
httperrorpages is available under the terms of the MIT License.