SPB Git forge

spb/uqo-chat

Public
14commits 1branches 0releases
1.4 MBsize
maindefault branch
17 days agolast push
Python 64.6% TypeScript 33.7% CSS 0.8%
1.5 KB · 27 lines html
Raw Blame History
1<!doctype html>2<html lang="fr-CA">3  <head>4    <meta charset="UTF-8" />5    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />6    <meta name="theme-color" content="#0F6180" />7    <meta name="description" content="UQO-Chat — tuteur IA en évaluation immobilière pour les cours IMM1003 et IMM1033 de l'UQO." />8    <meta name="apple-mobile-web-app-capable" content="yes" />9    <meta name="apple-mobile-web-app-status-bar-style" content="default" />10    <meta name="apple-mobile-web-app-title" content="UQO-Chat" />11    <meta property="og:title" content="UQO-Chat — Tuteur IA IMM1003 · IMM1033" />12    <meta property="og:description" content="Comprendre, pratiquer et calculer en évaluation immobilière, 24/7." />13    <meta property="og:image" content="/icons/og.png" />14    <link rel="icon" href="/icons/favicon.svg" type="image/svg+xml" />15    <link rel="icon" href="/icons/favicon-32.png" sizes="32x32" type="image/png" />16    <link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />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=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />20    <title>UQO-Chat — Tuteur IA IMM1003 · IMM1033</title>21  </head>22  <body>23    <div id="root"></div>24    <script type="module" src="/src/main.tsx"></script>25  </body>26</html>27