Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll('a[href="#"]').forEach(link => { link.setAttribute('role', 'button'); link.setAttribute('tabindex', '0'); if (!link.hasAttribute('aria-label')) { link.setAttribute('aria-label', 'Cambiar idioma'); } link.addEventListener('keypress', function(e) { if (e.key === 'Enter') { this.click(); } }); }); });