Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GLAO274 authored Sep 28, 2024
1 parent b02489f commit e58ad76
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
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)

0 comments on commit e58ad76

Please # to comment.