<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <title>Stryke Markets — Coming Soon</title>

  <meta name="viewport" content="width=device-width, initial-scale=1" />


  <style>

    body {

      margin: 0;

      background: #0b0f1a;

      color: #ffffff;

      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

      display: flex;

      align-items: center;

      justify-content: center;

      height: 100vh;

    }


    .container {

      text-align: center;

      max-width: 600px;

      padding: 40px;

    }


    .logo {

      max-width: 240px;

      margin-bottom: 30px;

    }


    h1 {

      font-size: 42px;

      letter-spacing: 1px;

      margin-bottom: 16px;

    }


    p {

      font-size: 18px;

      color: #cbd5e1;

      margin-bottom: 30px;

    }


    .tagline {

      font-size: 14px;

      color: #64748b;

      letter-spacing: 0.1em;

      text-transform: uppercase;

    }

  </style>

</head>

<body>

  <div class="container">

    <img src="Asset%204@4x.png" alt="Stryke Markets Logo" class="logo" />


    <h1>Stryke Markets</h1>

    <p>Our full website is launching soon.</p>


    <div class="tagline">

      Institutional Infrastructure • Global Access • Professional Trading

    </div>

  </div>

</body>

</html>