-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (56 loc) · 2.95 KB
/
Copy pathindex.html
File metadata and controls
61 lines (56 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Load Google Fonts without blocking first render; swap in once ready. -->
<link
rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@400;600;700;800&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@400;600;700;800&display=swap"
media="print"
onload="this.media='all'"
/>
<noscript>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@400;600;700;800&display=swap"
/>
</noscript>
<title>BisoMapTech — La carte des talents tech congolais</title>
<meta name="description" content="Découvrez et connectez-vous avec les talents tech en République du Congo. Cartographie interactive : frontend, backend, data, mobile et devops." />
<meta name="keywords" content="talents tech Congo, République du Congo, Brazzaville, Pointe-Noire, carte talents, BisoMapTech" />
<meta name="author" content="BisoMapTech" />
<link rel="canonical" href="https://bisomaptech.vercel.app" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bisomaptech.vercel.app" />
<meta property="og:title" content="BisoMapTech — La carte des talents tech congolais" />
<meta property="og:description" content="L'annuaire de référence des talents tech en République du Congo. Collaborez, construisez et grandissez ensemble." />
<meta property="og:image" content="https://bisomaptech.vercel.app/og-image.png" />
<meta property="og:locale" content="fr_CG" />
<meta property="og:site_name" content="BisoMapTech" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BisoMapTech — La carte des talents tech congolais" />
<meta name="twitter:description" content="L'annuaire de référence des talents tech en République du Congo." />
<meta name="twitter:image" content="https://bisomaptech.vercel.app/og-image.png" />
<!-- Theme -->
<meta name="theme-color" content="#0a1628" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>