-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (51 loc) · 3 KB
/
index.html
File metadata and controls
58 lines (51 loc) · 3 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes" />
<title>BRIA DEV SUCCESS - BDS | Reconversion Professionnelle dans l'IT</title>
<meta name="google-site-verification" content="Dj67C-ISaKoef5vIWB8ihd-iNnHt2ONq0LJAJZ6mge4" />
<meta name="description" content="BRIA DEV SUCCESS - BDS : Reconversion Professionnelle dans l'IT. Ressources, retours d'expérience et outils pour réussir sa reconversion numérique." />
<meta name="keywords" content="BRIA DEV SUCCESS, BDS, briadev, reconversion IT, développement web, cybersécurité, roadmaps IT, formation informatique, carrière tech, coaching reconversion numérique" />
<meta name="author" content="BRIA DEV SUCCESS (BDS)" />
<!-- Structured Data for Google Logo -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "BRIA DEV SUCCESS - BDS",
"url": "https://briadev.com/",
"logo": "https://briadev.com/images/logo-briadev.png",
"description": "Reconversion Professionnelle dans l'IT. Ressources, retours d'expérience et outils pour réussir sa reconversion numérique."
}
</script>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://briadev.com/" />
<meta property="og:title" content="BRIA DEV SUCCESS - BDS | Reconversion Professionnelle dans l'IT" />
<meta property="og:site_name" content="BRIA DEV SUCCESS - BDSIT" />
<meta property="og:description" content="Ressources, retours d'expérience et outils pour réussir sa reconversion numérique avec BRIA DEV SUCCESS." />
<meta property="og:image" content="https://briadev.com/images/logo-briadev.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://briadev.com/" />
<meta property="twitter:title" content="BRIA DEV SUCCESS - BDS" />
<meta property="twitter:description" content="Reconversion Professionnelle dans l'IT : Ressources et outils pour réussir." />
<meta property="twitter:image" content="https://briadev.com/images/logo-briadev.png" />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png?v=2" />
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192x192.png?v=2" />
<link rel="apple-touch-icon" href="/icon-192x192.png?v=2" />
<!-- Performance & Responsive -->
<link rel="preload" href="/images/logo-briadev.png" as="image" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://images.unsplash.com" />
<!-- Styles -->
<link rel="stylesheet" href="/bootstrap.min.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>