https://github.com/tedconf/error_pages
Static error pages for general use.
https://github.com/tedconf/error_pages
Last synced: 11 months ago
JSON representation
Static error pages for general use.
- Host: GitHub
- URL: https://github.com/tedconf/error_pages
- Owner: tedconf
- Created: 2013-03-21T21:06:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T15:51:02.000Z (over 3 years ago)
- Last Synced: 2025-06-15T00:03:31.037Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 417 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# TED error pages
Static error pages (404, 500, etc.) for use on TED websites.
## Installation
Static HTML error pages can be found in this repository's [`dist`](https://github.com/tedconf/error_pages/tree/master/dist) folder, named by HTTP status code.
Simply copy these files to your application.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for contributors' instructions (local setup, development, and deployment instructions).