pub / error_pages

4xx and 5xx error pages for webservers
git clone https://https://src.jayvii.de/pub/error_pages.git
Home | Log | Files | Exports | Refs | README | RSS

README.md (1069B)


      1 # Error Pages
      2 
      3 Error-Pages indended for Proxy webservers.
      4 
      5 Please send patches or remarks to
      6 [jayvii+error_pages[AT]posteo[DOT]de](mailto:jayvii+error_pages[AT]posteo[DOT]de).
      7 
      8 ---
      9 
     10 Simply run:
     11 
     12 ```bash
     13 ./build.sh
     14 ```
     15 
     16 Upload the resulting HTML files in `./error_pages/` to your webroot and paste
     17 the stdout of the script to your webserver's configuration
     18 
     19 
     20 ## Licenses
     21 
     22 `error_pages` is licensed under AGPL-3.0-or-later.
     23 
     24 **Third-party assets:**
     25 
     26 The favicon embedded into the HTML is
     27 [Copyright (c) 2013-2023 Cole Bemis](https://feathericons.com) and licensed
     28 under [MIT](https://github.com/feathericons/feather/blob/v4.29.2/LICENSE).
     29 
     30 The Image illustration embedded into the HTML is
     31 [Copyright (c) 2020 WOOBRO LTD](https://iconscout.com/free-illustration-pack/website-landing-page)
     32 and licensed under
     33 [IconScout Simple License](https://iconscout.com/licenses#simple_license).
     34 
     35 The CSS embedded into the HTML is
     36 [Copyright (c) 2020 Simple.css (Kev Quirk)](https://simplecss.org/) and licensed
     37 under [MIT](https://github.com/kevquirk/simple.css/blob/v2.3.1/LICENSE).