• 0

Hocam siz harikasınız. Beceriklisiniz Gülen yüzünü ile başarınız birleşince ortaya güzel başarılı sonuçlar çıkıyor. Ellerinize sağlık

document.addEventListener('DOMContentLoaded', function () { setTimeout(function () { document.getElementById('custom-popup').classList.add('show'); }, 3000); // 3 saniye sonra göster window.closeCustomPopup = function () { document.getElementById('custom-popup').classList.remove('show'); }; });