Python 67%
TypeScript 18.2%
CSS 14.4%
1<!doctype html>2<!-- ---------------------------------------------------------------------------3 House-Ka — Homes-for-sale aggregator (Canada outside Québec, Ontario first)4 Author: Simon-Pierre Boucher — contact@spboucher.ai5---------------------------------------------------------------------------- -->6<html lang="en-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>House-Ka — A Groupe KA service</title>11 <meta name="description" content="House-Ka, a Groupe KA service, aggregates homes for sale listed by Canadian real-estate brokerages on the CREA DDF feed — Ontario first, the rest of Canada next. Always up to date." />12 <meta name="theme-color" content="#14201a" />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-title" content="House-Ka" />16 <link rel="preconnect" href="https://fonts.googleapis.com" />17 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />18 <link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />19 <link rel="icon" type="image/svg+xml" href="/favicon.svg" />20 <link rel="apple-touch-icon" href="/apple-touch-icon.png" />21 <meta property="og:image" content="https://www.house-ka.com/og.png" />22 <meta property="og:image:width" content="1200" />23 <meta property="og:image:height" content="630" />24 <meta name="twitter:card" content="summary_large_image" />25 <meta name="twitter:image" content="https://www.house-ka.com/og.png" />26 </head>27 <body>28 <div id="root"></div>29 <script type="module" src="/src/main.tsx"></script>30 </body>31</html>32