Tweaks, fixes, etc
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

This commit is contained in:
2026-02-13 18:12:52 -03:00
parent 9a84e9003a
commit 27808cfd0e
11 changed files with 277 additions and 281 deletions

View File

@@ -1,51 +1,59 @@
<!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>
<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>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<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" />
<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="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"
/>
</head>
<body>
<div class="container">
<div class="emoji">🛸</div>
<h1>Nothing to See Here</h1>
<p>
You&apos;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&apos;s nothing here for you.<br />
Go on. Shoo. Scram. Or just keep wondering.
</p>
</div>
</body>
<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"
/>
</head>
<body>
<div class="container">
<div class="emoji">🛸</div>
<h1>Nothing to See Here</h1>
<p>
You&apos;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&apos;s nothing here for you.<br />
Go on. Shoo. Scram. Or just keep wondering.
</p>
</div>
</body>
</html>