Vide grenier en extérieur
Petite restauration buvette
function navigationBack(strUrlPage) {
if (document.referrer.includes(window.location.hostname) && history.length-1 <= 1 ) {
history.back();
} else{
window.location.href = strUrlPage;
}
};
Retourner à l'agenda