Tweaks, fixes, etc
This commit is contained in:
@@ -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'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>
|
||||
</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'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>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user