<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!doctype html&gt;
&lt;html lang="en"&gt;
  &lt;head&gt;
    &lt;meta charset="UTF-8" /&gt;
    &lt;link rel="icon" type="image/png" href="/StartInStep logo.png" /&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1.0" /&gt;
    &lt;title&gt;Start in Step - End Procrastination Today&lt;/title&gt;
    &lt;link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;display=swap" rel="stylesheet"&gt;
    &lt;meta name="description" content="Get early access to a 24/7 coach that diagnoses your barriers and gives you 5-minute action steps."&gt;
    
    &lt;!-- Google tag (gtag.js) --&gt;
    &lt;script async src="https://www.googletagmanager.com/gtag/js?id=G-NE555KLQV0"&gt;&lt;/script&gt;
    &lt;script&gt;
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-NE555KLQV0');
    &lt;/script&gt;
    
    &lt;!-- Add error handling script --&gt;
    &lt;script&gt;
      window.addEventListener('error', function(e) {
        console.error('Global error:', e.error);
      });
      
      window.addEventListener('unhandledrejection', function(e) {
        console.error('Unhandled promise rejection:', e.reason);
      });
    &lt;/script&gt;
    &lt;script type="module" crossorigin src="/assets/index-rV0hPYTf.js"&gt;&lt;/script&gt;
    &lt;link rel="stylesheet" crossorigin href="/assets/index-CMJdJ6Kx.css"&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;div id="root"&gt;
      &lt;!-- Fallback loading content --&gt;
      &lt;div style="display: flex; justify-content: center; align-items: center; height: 100vh; font-family: Arial, sans-serif;"&gt;
        &lt;div style="text-align: center;"&gt;
          &lt;div style="width: 40px; height: 40px; border: 4px solid #f3f3f3; border-top: 4px solid #289db9; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 20px;"&gt;&lt;/div&gt;
          &lt;p&gt;Loading Start in Step...&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;style&gt;
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }
      &lt;/style&gt;
    &lt;/div&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre></body></html>