Prettier!
This commit is contained in:
@@ -2,14 +2,24 @@
|
||||
<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
|
||||
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" />
|
||||
|
||||
<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." />
|
||||
<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" />
|
||||
@@ -18,7 +28,11 @@
|
||||
|
||||
<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="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="/assets/images/apple-touch-icon.png"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user