lasthourhosting/vps-hosting.html
2026-06-01 12:27:48 -07:00

194 lines
6.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>VPS Hosting | Last Hour Hosting</title>
<meta
name="description"
content="Unlock the full potential of your projects with our powerful linux VPS Hosting solution. Get ssh access, IPV4 + IPV6, full KVM hypervisor, no lock-in."
/>
<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=" Unlock the full potential of your projects with our powerful linux VPS Hosting solution. Get ssh access, IPV4 + IPV6, full KVM hypervisor, no lock-in. "
/>
<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" />
<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>
<script src="./js/liveChat.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column-left bg-img-vps">
<div class="flex-row">
<div class="flex-container-left">
<h1 class="header-large">VPS Hosting</h1>
<h2>
Unlock the full potential of your projects with our powerful linux
VPS Hosting solution. Get ssh access, IPV4 + IPV6, full KVM
hypervisor, no lock-in.
</h2>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/vps"
>
Get Started</a
>
</div>
<div class="flex-container"></div>
</div>
</div>
<div class="flex-column bg-two">
<h2>Solutions</h2>
<div class="flex-row">
<div id="websiteHosting" class="flex-container bg-one">
<h3 class="header-small">VPS XS</h3>
<h4 class="header-medium">$7.20/mo.</h4>
<p>1-Day Delivery</p>
<ul>
<li>1 vCore CPU</li>
<li>1 GB RAM</li>
<li>20 GB SSD</li>
<li>Fair Use Bandwidth*</li>
</ul>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/unmanaged/vps-xs/checkout"
>Order Now</a
>
</div>
<div id="websiteHosting" class="flex-container bg-one">
<h3 class="header-small">VPS S</h3>
<h4 class="header-medium">$14.80/mo.</h4>
<p>1-Day Delivery</p>
<ul>
<li>2 vCore CPU</li>
<li>2 GB RAM</li>
<li>80 GB SSD</li>
<li>Fair Use Bandwidth*</li>
</ul>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/unmanaged/vps-s/checkout"
>Order Now</a
>
</div>
<div class="flex-container bg-one">
<h3 class="header-small">VPS M</h3>
<h4 class="header-medium">$20.59/mo.</h4>
<p>1-Day Delivery</p>
<ul>
<li>2 vCore CPU</li>
<li>4 GB RAM</li>
<li>120 GB SSD</li>
<li>Fair Use Bandwidth*</li>
</ul>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/unmanaged/vps-m/checkout"
>Order Now</a
>
</div>
</div>
<div class="flex-row">
<div class="flex-container bg-one">
<h3 class="header-small">VPS L</h3>
<h4 class="header-medium">$41.18/mo.</h4>
<p>1-Day Delivery</p>
<ul>
<li>4 vCore CPU</li>
<li>8 GB RAM</li>
<li>240 GB SSD</li>
<li>Fair Use Bandwidth*</li>
</ul>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/unmanaged/vps-l/checkout"
>Order Now</a
>
</div>
<div class="flex-container bg-one">
<h3 class="header-small">VPS XL</h3>
<h4 class="header-medium">$82.37/mo.</h4>
<p>1-Day Delivery</p>
<ul>
<li>8 vCore CPU</li>
<li>16 GB RAM</li>
<li>480 GB SSD</li>
<li>Fair Use Bandwidth*</li>
</ul>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/unmanaged/vps-xl/checkout"
>Order Now</a
>
</div>
<div class="flex-container bg-one">
<h3 class="header-small">VPS XXL</h3>
<h4 class="header-medium">$123.30/mo.</h4>
<p>1-Day Delivery</p>
<ul>
<li>12 vCore CPU</li>
<li>24 GB RAM</li>
<li>720 GB SSD</li>
<li>Fair Use Bandwidth*</li>
</ul>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/products/unmanaged/vps-xxl/checkout"
>Order Now</a
>
</div>
</div>
</div>
<div class="flex-row">
<div id="migration" class="flex-container">
<h3 class="header-small">Data Migration</h3>
<h4 class="header-medium">Contact for Quote</h4>
<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>
</main>
<footer id="footer"></footer>
</body>
</html>