JS no carregamento de acabamento
window.addEventListener('load', function () {
alert("It's loaded!")
})
Quaint Quelea
window.addEventListener('load', function () {
alert("It's loaded!")
})