<!doctype html>
<html>

<head>
  <title>404: Page not found</title>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width" />
  <link href="/static-fornex-custom/css/base.css" rel="stylesheet" />
</head>

<body>
  <header class="header header-bg">
    <div style="background-image: url('/static-fornex-custom/img/prlx-bg-main.png');" class="header-bg-image hdn-lg"></div>
    <div class="wrap">
      <div class="header-inner">
        <div class="table">
          <div class="left-nav table-cell-md">
            <a href="https://fornex.com/"><img src="/static-fornex-custom/img/logo.png"
                srcset="/static-fornex-custom/img/logo@2x.png 2x" class="logo logo-light" /></a><a
              href="https://fornex.com/"><img src="/static-fornex-custom/img/logo-dark.png"
                srcset="/static-fornex-custom/img/logo-dark@2x.png 2x" class="logo logo-dark" /></a>
          </div>
          <div class="center-nav table-cell-md hdn-lg">
            <div class="slogan-note">
              Reliable VPS, dedicated servers, hosting and domains.
            </div>
          </div>
          <div class="table-cell-md ta-r hdn-lg">
            <a href="https://fornex.com/" style="color: #fff"><span class="border border-2x">Open site
              </span></a>
          </div>
        </div>
      </div>
    </div>
  </header>
  <div class="table blocked-page">
    <div class="table-cell-md">
      <div class="wrap">
        <div class="parts-row parts-2 parts-divide parts-lg-collapse">
          <div class="col-item hdn-lg">
            <img src="/static-fornex-custom/img/icons/404.png" alt="404 image" />
          </div>
          <div class="col-item">
            <div class="alert-title">Page not found</div>
            File or page - not found. Check if there is a file in the directory with site. Also make sure you have created a domain in cPanel.
            <span class="ttl">Useful links</span>
            <div class="parts-row parts-2 parts-md-collapse">
              <div class="col-item">
                <div class="nav-list">
                  <ul>
                    
                    <li>
                      <a href="https://fornex.com/help/cpanel-first-steps/">Hosting quick start</a>
                    </li>
                    
                    <li>
                      <a href="https://fornex.com/help/transfer-site/">Site transfer</a>
                    </li>
                    
                  </ul>
                </div>
              </div>
              <div class="col-item">
                <div class="nav-list">
                  <ul>
                    <li>
                      <a href="https://fornex.com/my/tickets/">Tech support</a>
                    </li>
                    <li>
                      <a href="https://fornex.com/help/faq/">FAQ</a>
                    </li>
                  </ul>
                </div>
              </div>
            </div>
            <hr />
            <span class="ttl">fornex.com services</span>
            <div class="parts-row parts-6 parts-md-collapse">
              <div class="col-item part-6x3">
                <div class="nav-list">
                  <ul>
                    <li>
                      <a href="https://fornex.com/dedicated/">Dedicated servers</a>
                    </li>
                    <li>
                      <a href="https://fornex.com/ssd-vps/">SSD VPS</a>
                    </li>
                  </ul>
                </div>
              </div>
              <div class="col-item part-6x2">
                <div class="nav-list">
                  <ul>
                    <li>
                      <a href="https://fornex.com/ssd-hosting/">SSD Hosting</a>
                    </li>
                  </ul>
                </div>
              </div>
              <div class="col-item">
                <div class="nav-list">
                  <ul>
                    <li>
                      <a href="https://fornex.com/backup/">Backup</a>
                    </li>
                    <li>
                      <a href="https://fornex.com/vpn/">VPN</a>
                    </li>
                  </ul>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <script>
    var links = document.getElementsByTagName("a");
    for (var i = 0; i < links.length; i++) {
      links[i].href += "?from=blocked-" + location.hostname;
    }
  </script>
</body>

</html>