<!DOCTYPE html>
<html lang="">

<head>
  <meta charset="utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  <link rel="icon" href="/favicon.svg" type="image/svg+xml" sizes="any" />
  <title>Axure Portal</title>
  <style>
    #no-vue {
      background-color: #37465E;
      margin: auto;
      color: #F7FAFC;
      font-family: sans-serif;
      display: none;
      justify-content: space-around;
    }

    #no-vue h1 {
      margin: 20px 0 0 0;
    }

    #no-vue h3 {
      margin: 0;
    }

    #no-vue p {
      margin-bottom: 20px;
    }

    .no-vue-header {
      color: #F7FAFC;
    }

    #update-button {
      height: 40px;
      margin: auto 0;
      border-radius: 4px;
      background-color: #3EACEF;
      color: #F7FAFC;
      border: none;
      padding: 0 20px;
      cursor: pointer;
    }

    @keyframes cssAnimation {
      to {
        visibility: visible
      }
    }
  </style>
  <script type="module" crossorigin src="/assets/index-OqyXStgM.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/index-c4wJHb1p.css">
</head>

<body style="margin: 0; height: 100%; background-color: #e2e8f0">
  <noscript>
    <strong>We're sorry but Axure Portal doesn't work
      properly without JavaScript enabled. Please enable it to
      continue.</strong>
  </noscript>
  <div id="app" style="height: 100%">
    <div id="no-vue">
      <div>
        <h1 class="no-vue-header">Looks like your browser is out of date!</h1>
        <h3 class="no-vue-header">Axure License Portal may not work with your browser.</h3>
        <p>If you think you've reached this message in error, please contact <a
            href="mailto:support@axure.com">support@axure.com</a></p>
      </div>
      <input id="update-button" type="button" value="Update Browser">
    </div>
  </div>
  <!-- built files will be auto injected -->
</body>

<script>

  // checks for IE 11 (trident) and IE10 <= (MSIE)
  function isIE() {
    const userAgent = navigator.userAgent;
    const msie = userAgent.indexOf('MSIE ');
    const trident = userAgent.indexOf('Trident/');
    return (msie > 0 || trident > 0);
  }

  if (isIE()) {
    const noVue = document.querySelector('#no-vue');
    noVue.style.display = "flex";
  }


  const button = document.querySelector('#update-button');
  button.addEventListener('click', updateBrowserLink);

  function updateBrowserLink() {
    window.location = "https://bestvpn.org/outdatedbrowser/en"
  }
</script>

</html>