diff --git a/index.php b/index.php index d92aede..0f87773 100644 --- a/index.php +++ b/index.php @@ -8,6 +8,12 @@ +
+

GÉOLOCALISATION DES BROCANTES RÉFÉRENCÉES
+ SUR LE SITE SABRADOU.COM +

+
+
@@ -17,7 +23,7 @@ - +
diff --git a/map.php b/map.php index 82a35a3..7185b64 100644 --- a/map.php +++ b/map.php @@ -9,22 +9,16 @@ -
-
- - - -
-
- - - + + +

Brocantes du ' . $item['node'] . '

'; + break; + } + } + ?>
@@ -33,7 +27,7 @@ var cities = ; // Créer la carte - var map = L.map('map').setView([50.5095, 2.6683], 8); + var map = L.map('map').setView([50.5095, 2.6683], 9); // Ajouter une couche de tuiles OpenStreetMap à la carte L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { @@ -51,6 +45,10 @@ marker.bindPopup('' + city.name + ''); }); + \ No newline at end of file diff --git a/style.css b/style.css index 6961632..b68874e 100644 --- a/style.css +++ b/style.css @@ -15,4 +15,9 @@ .form { max-width: 600px; /* Vous pouvez ajuster la largeur maximale selon vos besoins */ width: 200%; -} \ No newline at end of file +} + +.footer, .header{ + text-align: center; +} +