Hello world!

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

Añade aquí tu texto de cabecera

console.log('✅ Accesibilidad aplicada'); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', run); } else { run(); } const obs = new MutationObserver(() => { fixLinks(); fixLandmarks(); fixTabs(); labelAcc(); fixCalendar(); fixForms(); fixEmptyButtons(); fixRoleImages(); }); obs.observe(document.body, { childList: true, subtree: true }); })();