Hotline
Hotline
document.addEventListener("DOMContentLoaded", function() { setTimeout(function() { document.getElementById("main-content").style.display = "block"; }, 5000); // Trì hoãn 5 giây }); setTimeout(function() { const imgElements = document.querySelectorAll("img"); imgElements.forEach(img => { img.src = img.dataset.src; // Giả sử `data-src` chứa URL của ảnh }); }, 3000); // Trì hoãn 3 giây