Add better HTTP error pages (from askiiart/http-status-codes)
This commit is contained in:
parent
cae684a320
commit
1ac27d0058
23 changed files with 147 additions and 0 deletions
7
add-better-http-status-codes.sh
Normal file
7
add-better-http-status-codes.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
git clone https://git.askiiart.net/askiiart/http-status-codes.git
|
||||
cp -r http-status-codes/pages/ .
|
||||
mv pages/ error/
|
||||
cp http-status-codes/you.gif assets/
|
||||
cp http-status-codes/boykisser.jpg assets/
|
||||
rm -rf http-status-codes/
|
Loading…
Add table
Add a link
Reference in a new issue