Files
mail-landing/src/index.html
mifi 4bc40b2be7
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
Umami tracking
2026-02-17 12:18:55 -03:00

121 lines
4.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-NF64QMKWX6"
></script>
<script
defer
src="/assets/js/ga-init.js"
data-ga-id="G-NF64QMKWX6"
></script>
<script
defer
src="https://analytics.mifi.holdings/script.js"
data-website-id="80f4013d-dd3f-4a10-af75-2e788090990d"
></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>mifi Holdings — Mail Services</title>
<meta
name="description"
content="The mifi Holdings mail services hub—here you can find help with setting up your email, changing your password, and accessing webmail."
/>
<link rel="canonical" href="https://mail.mifi.holdings" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Mike Fitzpatrick (mifi)" />
<link
rel="icon"
type="image/svg+xml"
href="/assets/images/favicon.svg"
/>
<link
rel="icon"
type="image/x-icon"
href="/assets/images/favicon.ico"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/images/apple-touch-icon.png"
/>
<link rel="stylesheet" href="/assets/css/site.css" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "mifi Holdings Mail",
"url": "https://mail.mifi.holdings",
"description": "The mifi Holdings mail services hub—here you can find help with setting up your email, changing your password, and accessing webmail.",
"publisher": {
"@type": "Organization",
"name": "mifi Ventures",
"url": "https://mifi.ventures",
"email": "postmaster@mifi.holdings"
}
}
</script>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<div class="content">
<main id="main-content" class="container text-center">
<div class="emoji">📮</div>
<h1>This is just a mailbox.</h1>
<p>
You&apos;ve reached <b>mail.mifi.holdings</b>.<br />
There&apos;s nothing exciting here&apos;s nothing exciting
here—just some gears whirring and mail being sorted.<br />
Looking for your messages?
</p>
<a
class="button"
href="/help"
data-umami-event="button - email setup help"
>Email Setup Help</a
>
<a
class="button"
href="https://webmail.mifi.holdings"
target="_blank"
data-umami-event="button - webmail"
>
Go to Webmail
</a>
<a
class="button"
href="https://postmaster.mifi.holdings/users/login.php"
target="_blank"
data-umami-event="button - change/forgot password"
>
Change/Forgot Password
</a>
</main>
</div>
<footer class="footer">
Email from mifi Holdings &middot; &copy; 2025<span
id="current-year"
></span>
<a
href="https://mifi.ventures"
data-umami-event="footer - mifi ventures"
>mifi Ventures, LLC</a
>
</footer>
<img
src="https://analytics.mifi.holdings/pixel.gif"
alt=""
width="1"
height="1"
role="presentation"
loading="eager"
/>
<script defer src="/assets/js/current-year.js"></script>
</body>
</html>