diff options
| -rw-r--r-- | index.html | 29 |
1 files changed, 23 insertions, 6 deletions
@@ -2,21 +2,38 @@ <html lang="pl"> <head> <meta charset="utf-8" /> - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> <script type="module" src="./src/index.tsx"></script> - <link rel="manifest" href="/site.webmanifest"> + <link rel="manifest" href="/site.webmanifest" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#55aa00" /> <meta name="description" - content="K-Heardle" + content="Daily K-pop music guessing game. Listen to short clips and guess the song." /> + <meta property="og:type" content="website" /> + <meta property="og:title" content="K-Heardle" /> + <meta + property="og:description" + content="Daily K-pop music guessing game. Can you guess today's song?" + /> + <meta property="og:image" content="https://yena.pinapelz.com/kheardle/og.webp" /> + <meta name="twitter:card" content="summary_large_image" /> + <meta name="twitter:title" content="K-Heardle" /> + <meta + name="twitter:description" + content="Daily K-pop music guessing game." + /> + <meta name="twitter:image" content="https://yena.pinapelz.com/kheardle/og.webp" /> <title>K-Heardle</title> </head> <body> - <noscript>You need to enable JavaScript to run this app. (sorry I promise there's no tracking)</noscript> + <noscript + >You need to enable JavaScript to run this app. (sorry I promise there's + no tracking)</noscript + > <div id="root"></div> </body> </html> |
