lasthourhosting/services.html

109 lines
3.9 KiB
HTML
Raw Normal View History

2023-11-17 03:23:21 +00:00
<!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"
2024-03-18 23:49:34 +00:00
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' https://cdn.lasthourhosting.org/; "
2023-11-17 03:23:21 +00:00
/>
<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>
2024-02-15 02:01:03 +00:00
2023-11-17 03:23:21 +00:00
<div class="flex-row">
2024-03-18 23:49:34 +00:00
<div id="cloud" class="flex-container bg-vid">
2024-02-28 23:50:15 +00:00
<h3>Cloud / Serverless</h3>
<p>
2024-03-18 23:49:34 +00:00
Our open-source, managed, portable cloud service supports any
programming language and serverless framework, enabling easy
deploy of your apps without lock-in.
2024-02-28 23:50:15 +00:00
</p>
<a class="button-3" role="button" href="/cloud.html">See Options</a>
<ul>
<li>Managed hosting for all your apps</li>
2024-02-28 23:50:15 +00:00
<li>Upgrade and scale your plan with us a you grow</li>
<li>
Fully-managed server hosted in Tier III+ Datacenter located in
Reykjavic, Iceland
</li>
<li>
Zero KYC required when paying through bitcart or using a virtual
card provider.
</li>
2024-03-18 23:49:34 +00:00
<li>Running on open-source software.</li>
2024-02-28 23:50:15 +00:00
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
</ul>
</div>
2024-03-18 23:49:34 +00:00
<div id="vpsHosting" class="flex-container bg-vid">
2023-11-17 03:23:21 +00:00
<h3>VPS Hosting</h3>
<p>
2024-02-28 23:50:15 +00:00
Create a traditional bare-bones secure environment for your
application. Enjoy choosing the operating system, free DDoS
protection and our other options and tools.
2023-11-17 03:23:21 +00:00
</p>
2024-02-15 02:01:03 +00:00
<a class="button-3" role="button" href="/vps-hosting.html"
>See Options</a
>
2023-11-17 03:23:21 +00:00
<ul>
2024-03-20 17:48:59 +00:00
<li>Hosted in secure Tier III+ Datacenter</li>
<li>Flexible GUI access</li>
<li>Bring your own ISO</li>
2023-11-17 03:23:21 +00:00
<li>KVM Hypervisor</li>
2024-03-20 17:48:59 +00:00
<li>Comes with Advanced DDoS filtering up to 1Tbps</li>
<li>Full data encryption</li>
<li>Dedicated IPV6</li>
2023-11-17 03:23:21 +00:00
<li>
Zero KYC required when paying through bitcart or using virtual
2024-03-20 17:48:59 +00:00
card provider
2023-11-17 03:23:21 +00:00
</li>
</ul>
2024-02-15 02:01:03 +00:00
</div>
2024-02-28 23:50:15 +00:00
<div class="flex-row">
2024-03-18 23:49:34 +00:00
<div id="migration" class="flex-container bg-vid">
2024-02-28 23:50:15 +00:00
<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>
2024-02-16 03:41:51 +00:00
</div>
2024-02-15 02:01:03 +00:00
</div>
2023-11-18 03:37:53 +00:00
</div>
2023-11-17 03:23:21 +00:00
</main>
2023-11-18 03:37:53 +00:00
<div id="message"></div>
2023-11-17 03:23:21 +00:00
<footer id="footer"></footer>
</body>
</html>