Skip to content

adamus1red/CAH-404-page-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAH-404-page-generator

A Cards Against Humanity static 404 page generator

This is designed to be used with nginx random index to randomly display one of the 404 pages generated.

You may of course use this and select the best or base a dynamic generator using this.

Nginx Setup

  location /404/ {
        root /var/www/html
        random_index on;
    }

About

A Cards Against Humanity static 404 page generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published