Merge branch 'main' of https://github.com/monochrome-music/monochrome
This commit is contained in:
commit
6c1e0b5641
1 changed files with 12 additions and 3 deletions
15
index.html
15
index.html
|
|
@ -12,14 +12,20 @@
|
|||
<base href="/" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<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="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:site_name" 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:image" content="https://monochrome.tf/assets/banner.jpg" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
|
|
@ -27,7 +33,10 @@
|
|||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:url" content="https://monochrome.tf/" />
|
||||
<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:alt" content="Monochrome banner" />
|
||||
<script type="application/ld+json">
|
||||
|
|
|
|||
Loading…
Reference in a new issue