Back
Home
Courses
Profile
Contact
Home
Courses
Profile
Contact
Account
Login with your site account
Lost your password?
Remember Me
Login with your site account
Lost your password?
Remember Me
document.addEventListener("DOMContentLoaded", function() { var images = document.querySelectorAll('img'); images.forEach(function(img) { img.onerror = function() { img.style.display = 'none'; // Ẩn hình ảnh bị lỗi }; }); });