style: auto-fix linting issues
This commit is contained in:
parent
57226892ab
commit
52b62a2b1b
1 changed files with 16 additions and 4 deletions
20
index.html
20
index.html
|
|
@ -12,14 +12,20 @@
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Monochrome" />
|
<meta name="apple-mobile-web-app-title" content="Monochrome" />
|
||||||
<meta name="description" content="Stream and download millions of Hi-Res FLACs, unreleased songs and music videos, all for free on Monochrome." />
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Stream and download millions of Hi-Res FLACs, unreleased songs and music videos, all for free on Monochrome."
|
||||||
|
/>
|
||||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:locale" content="en_US" />
|
<meta property="og:locale" content="en_US" />
|
||||||
<meta property="og:site_name" content="Monochrome" />
|
<meta property="og:site_name" content="Monochrome" />
|
||||||
<meta property="og:title" content="Monochrome" />
|
<meta property="og:title" content="Monochrome" />
|
||||||
<meta property="og:description" content="Stream and download millions of Hi-Res FLACs, unreleased songs and music videos, all for free on Monochrome." />
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Stream and download millions of Hi-Res FLACs, unreleased songs and music videos, all for free on Monochrome."
|
||||||
|
/>
|
||||||
<meta property="og:url" content="https://monochrome.tf/" />
|
<meta property="og:url" content="https://monochrome.tf/" />
|
||||||
<meta property="og:image" content="https://monochrome.tf/assets/banner.jpg" />
|
<meta property="og:image" content="https://monochrome.tf/assets/banner.jpg" />
|
||||||
<meta property="og:image:type" content="image/jpeg" />
|
<meta property="og:image:type" content="image/jpeg" />
|
||||||
|
|
@ -27,7 +33,10 @@
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:url" content="https://monochrome.tf/" />
|
<meta name="twitter:url" content="https://monochrome.tf/" />
|
||||||
<meta name="twitter:title" content="Monochrome" />
|
<meta name="twitter:title" content="Monochrome" />
|
||||||
<meta name="twitter:description" content="Stream and download millions of Hi-Res FLACs, unreleased songs and music videos, all for free on Monochrome." />
|
<meta
|
||||||
|
name="twitter:description"
|
||||||
|
content="Stream and download millions of Hi-Res FLACs, unreleased songs and music videos, all for free on Monochrome."
|
||||||
|
/>
|
||||||
<meta name="twitter:image" content="https://monochrome.tf/assets/banner-twitter.jpg" />
|
<meta name="twitter:image" content="https://monochrome.tf/assets/banner-twitter.jpg" />
|
||||||
<meta name="twitter:image:alt" content="Monochrome banner" />
|
<meta name="twitter:image:alt" content="Monochrome banner" />
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
|
|
@ -57,7 +66,10 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<!-- bini's seo thing -->
|
<!-- bini's seo thing -->
|
||||||
<meta name="ahrefs-site-verification" content="889c6a5c1584832256b87bb36beaa665b40bb6e201582d416f04d074794044ef">
|
<meta
|
||||||
|
name="ahrefs-site-verification"
|
||||||
|
content="889c6a5c1584832256b87bb36beaa665b40bb6e201582d416f04d074794044ef"
|
||||||
|
/>
|
||||||
|
|
||||||
<!-- Preconnect to critical third-party origins -->
|
<!-- Preconnect to critical third-party origins -->
|
||||||
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin />
|
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue