94 lines
3.1 KiB
HTML
94 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>Open-source Anonymous Email Forwarding | Last Hour Hosting</title>
|
|
<meta
|
|
name="description"
|
|
content="Create unlimited email aliases. Shield your real address from spam by using a unique alias for every service. Privacy-first, anonymous replies."
|
|
/>
|
|
<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="Create unlimited email aliases. Shield your real address from spam by using a unique alias for every service. Privacy-first, anonymous replies."
|
|
/>
|
|
<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="https://unpkg.com/safesupport-chatbox"
|
|
type="text/javascript"
|
|
></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">Open-source Anonymous Email Forwarding</h1>
|
|
<h2>
|
|
Last Hour Hosting gives you email aliases that forward to your
|
|
real inbox. Share an alias instead of your main email — then
|
|
disable it if it leaks or starts spamming.
|
|
</h2>
|
|
<a
|
|
class="button-3"
|
|
role="button"
|
|
href="https://my.lasthourhosting.org/products/private-email"
|
|
>
|
|
Get Started</a
|
|
>
|
|
</div>
|
|
<div class="flex-container">
|
|
<video width="100%" controls autoplay muted>
|
|
<source src="/assets/private-email.webm" type="video/webm" />
|
|
</video>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<div class="flex-row">
|
|
<div id="migration" class="flex-container">
|
|
<h3 class="header-small">Data Migration</h3>
|
|
<h4 class="header-medium">$100</h4>
|
|
<p>
|
|
We would love to assist you in migrating your assets over to our
|
|
systems fast and easy!
|
|
</p>
|
|
<a
|
|
class="button-3"
|
|
role="button"
|
|
href="https://my.lasthourhosting.org/products/migration"
|
|
>Get Started</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer id="footer"></footer>
|
|
</body>
|
|
</html>
|