-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# Evangelion-Style-Error-Page | ||
Simple Evangelion style error pages using CSS and JS. | ||
|
||
Simple Evangelion-style error pages using CSS and JS. | ||
|
||
Example page: [LINK](https://glao274.github.io/Evangelion-Style-Error-Page/) | ||
|
||
Inspiration from: [LINK](https://www.reddit.com/r/evangelion/comments/13ijtcw/error_page/) | ||
|
||
*** | ||
|
||
## File Description | ||
|
||
**/err/err.css -** CSS style sheet | ||
|
||
**/err/err.js -** JavaScript functions | ||
|
||
**/index.html -** Example page. HTML, CSS, and JS all in one file.  | ||
|
||
**/400.html -** Error page for code 400: Bad request. | ||
|
||
**/401.html -** Error page for code 401: Authorization required. | ||
|
||
**/403.html -** Error page for code 403: Forbidden. | ||
|
||
**/404.html -** Error page for code 404: Not found. | ||
|
||
**/500.html -** Error page for code 500: Internal server error. | ||
|
||
*** | ||
|
||
### Text Glitch Effect Used In Code Is From | ||
|
||
[https://gist.github.com/CodeMyUI/10043172a4e21152656d5aa8c7613af1](https://gist.github.com/CodeMyUI/10043172a4e21152656d5aa8c7613af1) |