Files
legume/index.html
T
klemek a0cccd1453
Deploy / Build (push) Successful in 41s
Deploy / Deploy to Stapler (push) Successful in 3m30s
feat: analytics
2026-06-23 23:01:54 +02:00

25 lines
848 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>🥦 Légume</title>
<link rel="stylesheet" href="/src/style.scss" />
<!-- <link rel="icon" href="/favicon.ico"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<!-- card related -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="🥦 Légume" />
<meta property="og:description" content="🧅 VJ Table Generator 🥕" />
<meta property="org:url" content="https://legume.klemek.fr" />
<script
defer
src="https://tics.klemek.fr/script.js"
data-website-id="92e1f228-7551-4075-8df7-d06a18a6b2f5"
></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>