refactor: refresh from template
Deploy / Deploy to Stapler (push) Has been cancelled
Deploy / Build (push) Has been cancelled
Lint / ESLint (push) Has been cancelled
Lint / Oxlint (push) Has been cancelled
Lint / TypeScript (push) Has been cancelled

This commit is contained in:
2026-05-02 21:44:00 +02:00
parent d8636bd3e4
commit 15babdc68c
17 changed files with 741 additions and 566 deletions
+16 -17
View File
@@ -1,20 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<title>🥦 Légume</title>
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/material-colors.css" />
<!-- <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>
<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>