SPB Git forge

spb/food-ka

Public

Food-Ka — agrégateur de produits d'épicerie du Québec — www.food-ka.com

55commits 1branches 0releases
10.2 MBsize
maindefault branch
9 days agolast push
Python 53.9% TypeScript 24% CSS 14.9% JavaScript 5.8% HTML 1.4%
2.7 KB · 43 lines html
Raw Blame History
1<!doctype html>2<!-- ---------------------------------------------------------------------------3  Food-Ka — Agrégateur de produits d'épicerie (province de Québec)4  Auteur : Simon-Pierre Boucher — contact@spboucher.ai5---------------------------------------------------------------------------- -->6<html lang="fr-CA">7  <head>8    <meta charset="UTF-8" />9    <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />10    <title>Food-Ka — Un service Groupe KA</title>11    <meta name="description" content="Food·Ka agrège les produits et circulaires des grandes bannières d'épicerie du Québec — Metro, IGA, Maxi, Super C, Provigo et plus — prix, soldes et prix unitaires, toujours à jour. Un service Groupe KA." />12    <meta name="theme-color" content="#f5f3ee" />13    <meta name="mobile-web-app-capable" content="yes" />14    <meta name="apple-mobile-web-app-capable" content="yes" />15    <meta name="apple-mobile-web-app-status-bar-style" content="default" />16    <meta name="apple-mobile-web-app-title" content="Food·Ka" />17    <link rel="manifest" href="/manifest.webmanifest" />18    <link rel="preconnect" href="https://fonts.googleapis.com" />19    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />20    <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />21    <link rel="icon" type="image/svg+xml" href="/favicon.svg" />22    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />23    <meta property="og:title" content="Food-Ka — Un service Groupe KA" />24    <meta property="og:description" content="Prix, soldes et circulaires des grandes bannières d'épicerie du Québec, toujours à jour." />25    <meta property="og:type" content="website" />26    <meta property="og:url" content="https://www.food-ka.com/" />27    <meta property="og:image" content="https://www.food-ka.com/og.png" />28    <meta property="og:image:width" content="1200" />29    <meta property="og:image:height" content="630" />30    <meta name="twitter:card" content="summary_large_image" />31    <meta name="twitter:image" content="https://www.food-ka.com/og.png" />32  </head>33  <body>34    <div id="root"></div>35    <script>window.KA_AGENT={site:"food-ka"}</script>36    <script src="/ka-agent.js" defer></script>37    <!-- KA ID v2 : signaux navigateur de la personnalisation (clics, dwell) -->38    <script>window.KAID_CONF={card:"a[href^='/produit/']",detail:"^/produit/([^/]+)",entity:"product"}</script>39    <script src="/ka-id.js" defer></script>40    <script type="module" src="/src/main.tsx"></script>41  </body>42</html>43