This repository hosts images that are used in my HTML website. The images are stored here to be linked directly in web pages, allowing for easy and organized access.
- /images: Folder containing images for the website.
To use an image in your HTML, simply reference it with the following format:
<img src="https://raw.githubusercontent.com/your-username/repository-name/main/path-to-your-image.jpg" alt="Description of image">