404

Oops! Page Not Found

The page you are looking for was moved, removed, renamed or might never existed.

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