feat: analytics
Deploy / Build (push) Successful in 3m38s
Deploy / Deploy to Stapler (push) Successful in 4m39s

This commit is contained in:
2026-06-23 23:02:49 +02:00
parent 644a790de9
commit 33742e1c60
+25 -20
View File
@@ -1,24 +1,29 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Coverify</title> <title>Coverify</title>
<link rel="stylesheet" href="/src/style.scss" /> <link rel="stylesheet" href="/src/style.scss" />
<link rel="stylesheet" href="/material-colors.css" /> <link rel="stylesheet" href="/material-colors.css" />
<!-- <link rel="icon" href="/favicon.ico"> --> <!-- <link rel="icon" href="/favicon.ico"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<!-- card related --> <!-- card related -->
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta property="og:title" content="Coverify" /> <meta property="og:title" content="Coverify" />
<meta <meta
property="og:description" property="og:description"
content="Create album covers from mundane photos" content="Create album covers from mundane photos"
/> />
<meta property="org:url" content="https://cover.klemek.fr" /> <meta property="org:url" content="https://cover.klemek.fr" />
</head> <script
<body> defer
<div id="app"></div> src="https://tics.klemek.fr/script.js"
<script type="module" src="/src/main.ts"></script> data-website-id="00eecc71-430b-4639-a058-f95d1ff1e3af"
</body> ></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html> </html>