Files
legume/index.html
T
klemek 5337a3265c
Deploy / Build (push) Has been cancelled
Deploy / Deploy to Stapler (push) Has been cancelled
Lint / ESLint (push) Has been cancelled
Lint / TypeScript (push) Has been cancelled
refactor: refresh from template
2026-05-02 21:45:14 +02:00

20 lines
703 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" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>