Files
legume/index.html
T
klemek f558c9cf44
Lint / Oxlint (push) Successful in 41s
Lint / TypeScript (push) Successful in 46s
Lint / ESLint (push) Successful in 49s
Deploy / Build (push) Successful in 59s
Deploy / Deploy to Stapler (push) Successful in 3m46s
feat: favicon
2026-06-25 14:46:23 +02:00

29 lines
1.1 KiB
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" />
<meta property="og:image" content="https://legume.klemek.fr/favicon-96x96.png">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<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>