<!DOCTYPE html>
  <html lang="en">
  <head>
      <meta charset="UTF-8">
      <meta http-equiv = "content-language" content = "hu">
      <title>domrain.com</title>
      <link rel="icon" type="image/x-icon" href="https://domrain.com/domrain_com_logo_text.ico">
  </head>
  <body style="background: white; display: grid; grid-template-rows: 100vh; grid-template-columns: 100vw; margin:auto;">
  <div style="position: absolute; justify-self: center; align-self: center; width:80%; text-align: center;">
      <a href="https://domrain.com"><img src="https://domrain.com/domrain_com_logo_text.jpg" alt="domrain.com" style="width: 344px; height: 325px;"></a>
      <h4 id="under_construction_en" style="text-align: center; font-family: monospace; font-size: x-large;" lang="en">This domain name is registered.</h4>
      <h4 id="under_construction_hu" style="text-align: center; font-family: monospace; font-size: x-large;" lang="hu">Ez a domain név regisztrálásra került.</h4>
      <h6 id="under_construction2_en" style="text-align: center; font-family: monospace; font-size: large;" lang="en">You see the parking page of the domain.</h6>
      <h6 id="under_construction2_hu" style="text-align: center; font-family: monospace; font-size: large;" lang="hu">Ön most a domain parkoló oldalát látja.</h6>


  </div>
      <footer style="position: absolute; justify-self: center; align-self: center; width:80%; text-align: center; bottom: 64px;">
  <br><br><br>
      <p style="text-align: center; font-family: monospace; font-size: large;">&copy; 2022-2023 <a target="_blank" style="text-decoration: underline; font-weight: bold;" href="https://domrain.com">domRain</a> | All Rights Reserved | Developed by <a target="_blank" style="text-decoration: underline; font-weight: bold;" href="https://somnusoft.com">SomnuSoft</a> | Powered by <a target="_blank" style="text-decoration: underline; font-weight: bold;" rel="noopener nofollow" href="https://ugyfelkapu.hostingbazis.hu/aff.php?aff=204">HostingBazis</a></p>
      </footer>

  <script type="text/javascript">
      let userLang = navigator.language || navigator.userLanguage;

      if (userLang == "hu-HU") {
          document.getElementById("under_construction_en").style.display = "none";
          document.getElementById("under_construction2_en").style.display = "none";
      } else {
          document.getElementById("under_construction_hu").style.display = "none";
          document.getElementById("under_construction2_hu").style.display = "none";
      }
  </script>
  </body>
  </html>