fonction à faire lorsque le HTML a fait du chargement
window.addEventListener('load', function () {
alert("It's loaded!")
})
Quaint Quelea
window.addEventListener('load', function () {
alert("It's loaded!")
})