+100 nouveaux célibataires proches de toi
// Fonction pour obtenir et afficher la localisation
function fetchLocation() {
fetch('https://ipinfo.io/json?token=a9c4b65cd80f98')
.then(response => response.json())
.then(data => {
var location = data.city;
document.getElementById("location").innerHTML = location;
})
.catch(error => {
console.error('Error fetching location:', error);
document.getElementById("location").innerHTML = 'toi';
});
}
// Appeler la fonction fetchLocation au chargement de la page
fetchLocation();
Dites adieu au célibat et commencez dès maintenant une relation amoureuse sérieuse