SPB Git

spb/toit-ka Public

Toit-Ka — louer ou acheter un toit au Québec, un seul endroit (fusion Lou-Ka × Immo-Ka) — www.toit-ka.com

Python 40.2% TypeScript 39% CSS 20.2% HTML 0.7%
1.9 KB · 27 lines html
Raw Blame History
1<!doctype html>2<!-- ---------------------------------------------------------------------------3  Author: Simon-Pierre Boucher4  Contact: contact@spboucher.ai5  Project: Toit-Ka6---------------------------------------------------------------------------- -->7<html lang="fr">8  <head>9    <meta charset="UTF-8" />10    <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />11    <title>Toit-Ka — Louer ou acheter un toit au Québec</title>12    <meta name="description" content="Des dizaines de milliers de logements à louer et de propriétés à vendre partout au Québec, au même endroit — agrégés depuis les gestionnaires, agences et plateformes, mis à jour en continu. Chaque fiche renvoie à l'annonce originale." />13    <meta name="theme-color" content="#181410" />14    <meta name="mobile-web-app-capable" content="yes" />15    <meta name="apple-mobile-web-app-capable" content="yes" />16    <meta name="apple-mobile-web-app-title" content="Toit-Ka" />17    <link rel="preconnect" href="https://fonts.googleapis.com" />18    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />19    <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" />20    <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23181410'/%3E%3Cpath d='M14 34 32 18l18 16' fill='none' stroke='%23e07a3f' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ctext x='32' y='52' font-family='Arial Black,sans-serif' font-size='20' font-weight='900' fill='%23e07a3f' text-anchor='middle'%3ETK%3C/text%3E%3C/svg%3E" />21  </head>22  <body>23    <div id="root"></div>24    <script type="module" src="/src/main.tsx"></script>25  </body>26</html>27