<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="https://cdn.giftmio.com/dummy/favicon.svg" />
    <link rel="apple-touch-icon" href="https://cdn.giftmio.com/dummy/apple-touch-icon.png" sizes="180x180">
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="description" content="How to earn money with giftmio"/>
    <title>Giftmio</title>
    <style>
      html,
      body {
        min-width: 375px;
        min-height: 100vh;
        margin: 0;
        font: 400 14px / 1.4 'Inter', sans-serif;
        color: #333a40;
        scroll-behavior: smooth;
        box-sizing: border-box;
      }

      .initialPageLoader {
        position: relative;
        min-height: 100vh;
        background: linear-gradient(#fff 100px, #efeff5 0);
      }

      .initialPageLoader::before {
        content: '';
        position: absolute;
        top: 100px;
        right: 0;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        width: 100px;
        height: 100px;
        margin: auto;
        border-top: calc(100px / 12) solid #64b5fe;
        border-right: calc(100px / 12) solid #64b5fe;
        border-bottom: calc(100px / 12) solid #64b5fe;
        border-left: calc(100px / 12) solid #e6e6e6;
        border-radius: 50%;
        transform: translateZ(0);
        animation: loadingAnimation 1.1s infinite linear;
      }

      @keyframes loadingAnimation {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
    </style>

    <script type="module" crossorigin src="https://cdn.giftmio.com/dummy/assets/index-9MfZNWf2.js"></script>
    <link rel="stylesheet" crossorigin href="https://cdn.giftmio.com/dummy/assets/index-DIC8xj_S.css">
  </head>
  <body>
    <div id="mobile-overlay"></div>

    <div id="giftmio-dummy-app">
      <div class="initialPageLoader"></div>
    </div>
  </body>
</html>
