An open API service indexing awesome lists of open source software.

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.

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).