95 lines
3.1 KiB
HTML
95 lines
3.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script
|
|
async
|
|
src="https://www.googletagmanager.com/gtag/js?id=G-4000VNMXLK"
|
|
></script>
|
|
<script
|
|
defer
|
|
src="/assets/js/ga-init.js"
|
|
data-ga-id="G-4000VNMXLK"
|
|
></script>
|
|
<script
|
|
defer
|
|
src="https://analytics.mifi.holdings/script.js"
|
|
data-website-id="ce2a7f8a-95e9-4bc5-93cb-2e6075d836b8"
|
|
></script>
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
|
|
<title>mifi.holdings</title>
|
|
<meta
|
|
name="description"
|
|
content="This is just a landing page so something exists at the root domain of all the digital holdings of mifi."
|
|
/>
|
|
<link rel="canonical" href="https://mifi.holdings" />
|
|
<meta name="robots" content="index, follow" />
|
|
<meta name="author" content="mifi" />
|
|
|
|
<link rel="stylesheet" href="assets/css/style.css" />
|
|
|
|
<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"
|
|
/>
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebSite",
|
|
"name": "mifi Holdings",
|
|
"url": "https://mifi.holdings",
|
|
"description": "This is just a landing page so something exists at the root domain of all the digital holdings of mifi.",
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "mifi Ventures",
|
|
"url": "https://mifi.ventures",
|
|
"email": "postmaster@mifi.holdings"
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<a
|
|
href="#main-content"
|
|
class="skip-link"
|
|
data-umami-event="skip to main content"
|
|
>Skip to main content</a
|
|
>
|
|
<main id="main-content" class="container" tabindex="-1">
|
|
<div class="emoji">🛸</div>
|
|
<h1>Nothing to See Here</h1>
|
|
<p>
|
|
You've stumbled onto <b>mifi.holdings</b> — the legendary
|
|
vault of digital oddities, curios, and coffee-fueled experiments
|
|
belonging to a possibly-human, definitely-mysterious entity
|
|
named <b>mifi</b>.<br /><br />
|
|
There's nothing here for you.<br />
|
|
Go on. Shoo. Scram. Or just keep wondering.
|
|
</p>
|
|
</main>
|
|
<img
|
|
src="https://analytics.mifi.holdings/pixel.gif"
|
|
alt=""
|
|
width="1"
|
|
height="1"
|
|
role="presentation"
|
|
loading="eager"
|
|
/>
|
|
</body>
|
|
</html>
|