This is a simple example of creating an interactive map using the Leaflet JavaScript library.
- Displays an interactive map with Leaflet.
- Uses OpenStreetMap (OSM) as the base map layer.
- Adds a marker to the map with a popup showing information.
To use this project, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/yourusername/leaflet-map-example.git
- Open the
index.htmlfile in your web browser.
This project relies on the Leaflet JavaScript library, which is included via a CDN link in the HTML file.
