<html>
        <head>
          <title>DeltaRadarX</title>
          <style>
            body {
              font-family: Arial, sans-serif;
              background: #0f172a;
              color: white;
              display: flex;
              align-items: center;
              justify-content: center;
              height: 100vh;
              margin: 0;
            }
            h1 { color: #38bdf8; }
            p  { color: #94a3b8; }
          </style>
        </head>
        <body>
          <div style="text-align:center">
            <h1>DeltaRadarX</h1>
            <p>SOC Platform — Coming Soon</p>
          </div>
        </body>
        </html>