A simple personal blog website built using HTML. It includes basic pages like Home, About, Blog, and Contact.
To install the project, follow these steps:
- Clone the repository: git clone https://github.com/SaimMeEr/My-Blog-Post.git
Create a new branch for your feature or bug fix: git checkout -b feature/your-feature
Make your changes and commit them: git commit -m "Add some feature"
Push to the branch: git push origin feature/your-feature
Open a pull request.