
Saint-André
Adresse
77 Rue du Général Leclerc, 59350 Saint-André-lez-Lille, France
Horaires d'ouvertures
Lundi
14:00 - 19:00
Mardi
09:30 - 12:00 | 14:00 - 19:00
Mercredi
09:30 - 12:00 | 14:00 - 19:00
Jeudi
09:30 - 12:00 | 14:00 - 19:00
Vendredi
09:30 - 12:00 | 14:00 - 19:00
Samedi
09:30 - 12:00 | 14:00 - 19:00
Dimanche
Fermé
shareButton.addEventListener("click", async () => {
try {
await navigator.share({ title: "Example Page", url: "" });
console.log("Data was shared successfully");
} catch (err) {
console.error("Share failed:", err.message);
}
});









