2025-06-11 19:50:05 +02:00

5 lines
170 B
JavaScript

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