This repository hosts a Leaflet-based interactive map for guests visiting Cessenon-sur-Orb.
- Create a new public repository on GitHub, e.g.
cessenon-map. - Upload these files to the root of the repo:
index.htmlREADME.md
- Go to Settings → Pages:
- Source: Deploy from a branch
- Branch: main (or
master) — folder: / (root) - Click Save.
- After ~30–60 seconds your map will be live at:
https://<your-username>.github.io/cessenon-map/
Open index.html and adjust the calls to addMarker(lat, lon, label, color, url, note).
- Uses Leaflet (CDN) + OpenStreetMap tiles; no API key required.
- For a custom domain, add a
CNAMEfile and set DNS for GitHub Pages.