diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-08 17:51:06 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-08 17:51:06 -0700 |
| commit | c15f41c474456e6fd913ceccb04731e1710bce72 (patch) | |
| tree | e3c83b7a6b17c5581a99fbd0ffa2da6d768ae341 /index.html | |
| parent | b70834311d37c0e71e33c2a82b7d863e896b66cc (diff) | |
goatcounter: gdpr compliant analytics
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -19,14 +19,20 @@ 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 + 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" /> + <meta + name="twitter:image" + content="https://yena.pinapelz.com/kheardle/og.webp" + /> <title>K-Heardle</title> </head> <body> @@ -35,5 +41,10 @@ no tracking)</noscript > <div id="root"></div> + <script + data-goatcounter="https://kheardle.goatcounter.com/count" + async + src="//gc.zgo.at/count.js" + ></script> </body> </html> |
