20 lines
703 B
HTML
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>
|