Simple Evangelion themed "404 Not Found" page, you can try it here
- Design inspired by title cards from original Neon Genesis Evangelion series
- Clickable last line to return you back to homepage
- Design is adapted for different types of devices with different screen size
- Download the code and rename the page to something different, 404.html for example
- Put this page wherever you like in your server directory
- Create .htaccess in the root directory of your server (if you don't have it) and then edit it by adding the following line
ErrorDocument 404 /404.html
where everything after/
is the full path to your custom 404 page inside server directory - Save everything and try to open a page that doesn't exist to test it
- You're done, enjoy your custom 404 page!