Skip to content

rapidruby/simple-error-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Error Pages

A handful of error templates to be used as a starting point for serving up 400, 404, 422 and 500 errors in your applications.

Usage

  1. Download a zip file of these pages and copy them across to your frameworks static folder, for Rails this is ./public.
  2. Add your logo to your ./public folder, let's assume it's called logo.svg.
  3. Update each of the html files, changing the img tags src attribute to /logo.svg.
  4. Enjoy ✌️

Developing

Simply run a file server in this directory and open the files in your browser.

$ gem install adsf
$ adsf
$ open localhost:3000/404.html

License

Creative Commons License
Simple error pages by http://rapidruby.com is licensed under a Creative Commons Attribution 4.0 International License.

About

Basic error templates for 400, 404, 422 and 500 errors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages