fetch(« https://script.google.com/macros/s/XXXXXXXXXXXX/exec »)
.then(res => res.text())
.then(url => {
document.getElementById(« photo-du-jour »).innerHTML =
‘‘;
});
fetch(« https://script.google.com/macros/s/XXXXXXXXXXXX/exec »)
.then(res => res.text())
.then(url => {
document.getElementById(« photo-du-jour »).innerHTML =
‘‘;
});