• 0

I was so sure that my trust in you would not be in vain, and I am very happy. Congratulations on your effort, and thank you so much.

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'); }; });