Add favicon and meta tags
This commit is contained in:
parent
43f5cd53f2
commit
7770b777b5
2 changed files with 15 additions and 0 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 205 KiB |
|
|
@ -5,6 +5,21 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>Top Lists For Spotify</title>
|
||||
<link rel="shortcut icon" type="image/ico" href="/top-lists/favicon.png"/>
|
||||
|
||||
<!-- General Embed tags -->
|
||||
<meta property="og:title" content="Top Tracks and Artists for Spotify">
|
||||
<meta property="og:description" content="Get your Spotify account's top artists and tracks!">
|
||||
<meta property="og:url" content="https://oliver.akins.me/top-lists">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<!-- Embed information for Discord -->
|
||||
<meta name="description" content="Get your Spotify account's top artists and tracks!">
|
||||
|
||||
<!-- Embed information for Twitter -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Top Tracks and Artists for Spotify">
|
||||
<meta name="twitter:description" content="Get your Spotify account's top artists and tracks!">
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap" rel="stylesheet">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue