This repository contains the code for a custom Error 404 page using HTML and CSS. The page displays a friendly error message when a user navigates to a non-existent or unavailable page on a website.
- Customized error message
- Stylish design with animation
- "Go Back" button to navigate back to the previous page
- HTML
- CSS
- Google Fonts
To get a local copy of the project up and running on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/HimeshKohad/Error-404-Page.git
-
Open the
index.html
file in your preferred web browser.
You can customize the page by modifying the HTML and CSS files as per your requirements. Feel free to make changes to the text, styling, and layout to match your website's branding and design.
This project is licensed under the MIT License.
- Google Fonts - Fonts used in the project
- GitHub - Image hosting
Contributions are welcome! If you find any issues or have suggestions for improvements, please create a new issue or submit a pull request.
If you would like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create your branch:
git checkout -b feature/your-feature
. - Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature
. - Submit a pull request.
Please ensure that your pull request adheres to the code style and conventions used in this project.