-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (35 loc) · 2.25 KB
/
index.html
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
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Métadonnées principales -->
<title>Justany | Développeur Full Stack & Entrepreneur Tech au Congo</title>
<meta name="description" content="Développeur Full Stack passionné basé au Congo-Brazzaville. Expert en développement web, cloud computing et solutions technologiques innovantes pour l'Afrique." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://justany.cg/" />
<meta property="og:title" content="Justany | Développeur Full Stack & Entrepreneur Tech" />
<meta property="og:description" content="Développeur Full Stack passionné basé au Congo-Brazzaville. Expert en développement web, cloud computing et solutions technologiques innovantes pour l'Afrique." />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/32221808?v=4" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://justany.cg/" />
<meta property="twitter:title" content="Justany | Développeur Full Stack & Entrepreneur Tech" />
<meta property="twitter:description" content="Développeur Full Stack passionné basé au Congo-Brazzaville. Expert en développement web, cloud computing et solutions technologiques innovantes pour l'Afrique." />
<meta property="twitter:image" content="https://avatars.githubusercontent.com/u/32221808?v=4" />
<!-- SEO supplémentaire -->
<meta name="keywords" content="développeur full stack, entrepreneur tech, congo brazzaville, développement web, cloud computing, solutions technologiques, afrique tech" />
<meta name="author" content="Justany" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://justany.cg/" />
<!-- Thème et couleurs -->
<meta name="theme-color" content="#18181B" />
<meta name="msapplication-TileColor" content="#18181B" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>