<html lang="en">

<head>

  <meta charset="UTF-8" />

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

  <title>Atita Malaysia</title>

  <style>

    html, body {

      margin: 0;

      padding: 0;

      height: 100%;

      background: #000;

      overflow: hidden;

    }

    #container {

      position: fixed;

      top: 0;

      left: 0;

      width: 100%;

      height: 100%;

      border: none;

      background: #000;

    }

  </style>

</head>

<body>

  <iframe

    id="container"

    src="https://huilin1216design.wixsite.com/atitaofficial"

    frameborder="0"

    allowfullscreen

    referrerpolicy="no-referrer-when-downgrade"

    sandbox="allow-same-origin allow-scripts allow-popups allow-forms"

  ></iframe>

</body>

</html>