diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-08 17:04:47 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-08 17:04:47 -0700 |
| commit | b9f17ef54fcd2e8a1f7079c4f773514be3184e21 (patch) | |
| tree | 0b0b1edfed31cb3ce1769b406d99854c18a9bff8 /index.html | |
| parent | 01e417ed08a8327169e6488a557c46b6a7b97a08 (diff) | |
add opengraph tags and image
Diffstat (limited to 'index.html')
| -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> |
