<!doctype html>
<html lang="es">
  <head>
    <script>
      if ('serviceWorker' in navigator) {
        navigator.serviceWorker.getRegistrations().then(function(registrations) {
          for (var reg of registrations) {
            reg.unregister();
          }
        });
      }
      if ('caches' in window) {
        caches.keys().then(function(names) {
          for (var name of names) {
            caches.delete(name);
          }
        });
      }
      window.addEventListener('error', function(e) {
        if (e.message && (e.message.includes('Unexpected token') || e.message.includes('MIME type') || e.message.includes('module script'))) {
          if (!sessionStorage.getItem('reloaded_for_stale_hash')) {
            sessionStorage.setItem('reloaded_for_stale_hash', '1');
            window.location.reload();
          }
        }
      });
    </script>
    <meta charset="UTF-8" />
    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="0" />
  <script type="module" crossorigin src="/assets/app-main-eFXbO9cN.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/style-DXw2GiVL.css">

  <body>
    <div id="root"></div>
  </body>
</html>
