• 0

Thank you so much, doctor. Your effort is greatly appreciated, and I am grateful to you and everyone who contributed to this. Congratulations on your skill.

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