<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" href="/urls/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>H5 Games Online Free Play</title>
    <style>
      .page-loading {
        width: 2.6rem;
        height: 2.6rem;
        position: fixed;
        left: 0;
        right: 0;
        top: 40vh;
        margin: auto;
        z-index: -1;
      }

      .page-loading svg {
        animation: spin-svg 1s linear infinite;
      }

      @keyframes spin-svg {
        0% {
          transform: rotate(0deg);
        }

        100% {
          transform: rotate(360deg);
        }
      }

      #preload_box.ignore {
        position: fixed;
        width: 100vw;
        min-height: 312px;
        top: 240px;
        left: 0;
        z-index: 100;
      }
    </style>
    <script>
      const configEle = document.createElement('script');
      configEle.id = '_configEle';
      configEle.async = true;
      configEle.src = `${location.origin.replace(/game[-.]/, '')}/config.js`;
      document.head.appendChild(configEle);
    </script>
    <script>
      (function (w, d, s, l, i) {
        w[l] = w[l] || [];
        w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
        var f = d.getElementsByTagName(s)[0],
          j = d.createElement(s),
          dl = l != 'dataLayer' ? '&l=' + l : '';
        j.async = true;
        j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
        f.parentNode.insertBefore(j, f);
      })(window, document, 'script', 'dataLayer', 'GTM-NWKD4KHR');
    </script>
    <script type="module" crossorigin src="/urls/assets/index-DtU1p9Ii.js"></script>
    <link rel="stylesheet" crossorigin href="/urls/assets/index-Dz_LV2ki.css">
  </head>

  <body>
    <noscript
      ><iframe
        src="https://www.googletagmanager.com/ns.html?id=GTM-NWKD4KHR"
        height="0"
        width="0"
        style="display: none; visibility: hidden"
      ></iframe
    ></noscript>

    <div class="page-loading">
      <svg
        focusable="false"
        class="anticon-spin"
        data-icon="loading"
        width="100%"
        height="100%"
        fill="currentColor"
        aria-hidden="true"
        viewBox="0 0 1024 1024"
      >
        <path
          d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"
        ></path>
      </svg>
    </div>

    <div id="preload_box" class="ignore"></div>

    <div id="app"></div>
  </body>
</html>
