31 lines
950 B
HTML
31 lines
950 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/assets/192.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description"
|
|
content="Freedge est une plateforme pour créer et partager des recettes alimentées par l'IA.">
|
|
<meta name="keywords" content="recette, cuisine, AI, alimentation, santé">
|
|
<meta name="sitemap" content="https://freedge.com/sitemap.xml">
|
|
|
|
<title>Freedge</title>
|
|
<!-- Google Tag Manager -->
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-915P414SV1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() { dataLayer.push(arguments); }
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-915P414SV1');
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
|
|
</html> |