<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8" />

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

  <title>Express Perks</title>


  <!-- Fallbacks -->

  <meta http-equiv="refresh" content="3;url=https://apps.apple.com/us/app/express-lane-perks/id6750486399">

  <style>

    body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:40px;line-height:1.4}

    a{word-break:break-all}

  </style>

</head>

<body>

  <h1>Redirecting to Express Perks…</h1>

  <p>If you are not redirected automatically, choose your store:</p>

  <ul>

    <li><a href="https://apps.apple.com/us/app/express-lane-perks/id6750486399">Download on iPhone (App Store)</a></li>

    <li><a href="https://play.google.com/store/apps/details?id=com.electrum.expresslane&pcampaignid=web_share">Download on Android (Google Play)</a></li>

  </ul>


  <script>

    (function () {

      var ua = navigator.userAgent || navigator.vendor || window.opera;


      var ios = /iPad|iPhone|iPod/.test(ua) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1);

      var android = /Android/i.test(ua);


      var iosUrl = "https://apps.apple.com/us/app/express-lane-perks/id6750486399";

      var androidUrl = "https://play.google.com/store/apps/details?id=com.electrum.expresslane&pcampaignid=web_share";


      if (android) window.location.replace(androidUrl);

      else if (ios) window.location.replace(iosUrl);

      else window.location.replace(iosUrl); // desktop/unknown -> choose one or keep this

    })();

  </script>

</body>

</html>