<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <title>Last Hour Hosting</title>
    <meta name="description" content="" />
    <meta name="author" content="Shiloh" />

    <meta property="og:title" content="Last Hour Hosting" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://www.lasthourhosting.org" />
    <meta property="og:description" content="" />
    <meta property="og:image" content="" />

    <link rel="icon" href="./assets/favicon.ico" />
    <link rel="icon" href="./assets/" type="image/svg+xml" />
    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />

    <link rel="stylesheet" href="css/styles.css?v=1.0" />
    <meta
      http-equiv="Content-Security-Policy"
      content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self'; "
    />
    <script
      src="https://code.jquery.com/jquery-3.7.1.min.js"
      integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
      crossorigin="anonymous"
    ></script>
    <script src="./js/main.js"></script>
  </head>

  <body>
    <header id="header"></header>

    <main>
      <div class="flex-column">
        <h1>Our Services</h1>

        <div class="flex-row">
          <div class="flex-container">
            <h3>VPS Hosting</h3>
            <p>
              Create a secure environment for your application. Enjoy choosing
              the operating system, free DDoS protection and our other options
              and tools.
            </p>
            <a class="button-3" role="button" href="/vps-hosting.html"
              >See Options</a
            >
            <ul>
              <li>Hosted in secure Tier III+ Datacenter.</li>
              <li>Flexible Proxmox GUI access.</li>
              <li>Bring your own ISO.</li>
              <li>KVM Hypervisor</li>
              <li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
              <li>Full data encryption.</li>
              <li>Dedicated IPV4 and IPV6.</li>
              <li>
                Zero KYC required when paying through bitcart or using virtual
                card provider.
              </li>
            </ul>
          </div>
          <div class="flex-container">
            <h3>Wordpress Managed Services</h3>
            <p>
              Experience lightning-fast hosting with our top-tier features
              designed for your WordPress site.
            </p>
            <a class="button-3" role="button" href="/managed-services.html"
              >See Options</a
            >
            <ul>
              <li>
                Zero KYC required when paying through bitcart or using a virtual
                card provider.
              </li>
              <li>Expert customer support</li>
              <li>Advanced DDoS protection</li>
              <li>Included managed migration</li>
              <li>Automated WordPress & PHP updates</li>
              <li>Automatic backups and on-demand snapshots</li>
              <li>Caching, optimization, and global CDN included</li>
              <li>100% uptime guarantee</li>
              <li>Licensed Divi theme included</li>
            </ul>
          </div>
          <div class="flex-container">
            <h3>Data Migration</h3>
            <p>
              We would love to assist you in migrating your assets over to our
              systems. Contact us today for a quote.
            </p>
            <a class="button-3" role="button" href="/contact.html">Get Quote</a>
          </div>
        </div>
        <div class="flex-row">
          <div class="flex-container">
            <h3>Free DNS</h3>
            <p>
              Free DNS is a top-tier anycast DNS service, operating across
              numerous servers in various locations, ensuring optimal
              performance.
            </p>
            <a class="button-3" role="button" href="/free-dns.html"
              >Learn More</a
            >
            <ul>
              <li>Solid Uptime</li>
              <li>Anycast</li>
              <li>As many zones as you like, no limits.</li>
              <li>Always free guaranteed</li>
              <li>Open-source</li>
            </ul>
          </div>
        </div>
      </div>
    </main>
    <div id="message"></div>
    <footer id="footer"></footer>
  </body>
</html>