const tetrisCard = document.getElementById('tetris-card'); tetrisCard.addEventListener('click', () => { window.location.href = 'https://games.penggames.systems'; });