-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (68 loc) · 2.61 KB
/
index.html
File metadata and controls
72 lines (68 loc) · 2.61 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
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="fr" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta
name="description"
content="Basée dans le canton de Fribourg, nous développons des sites web et nous vous aidons pour vos problèmes informatique. Découvrez notre expertise."
/>
<meta
name="keywords"
content="CODEVS Sàrl, Fribourg, Suisse, développement web, support IT"
/>
<link rel="canonical" href="https://codevs.ch" />
<!-- Open Graph data -->
<meta
property="og:title"
content="CODEVS - Développement web & Support IT"
/>
<meta
property="og:description"
content="Basée dans le canton de Fribourg, nous développons des sites web et nous vous aidons pour vos problèmes informatique. Découvrez notre expertise."
/>
<meta property="og:image" content="https://codevs.ch/favicon.png" />
<meta property="og:url" content="https://codevs.ch" />
<meta property="og:locale" content="fr_CH" />
<meta property="og:site_name" content="CODEVS Sàrl" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="CODEVS Sàrl - Développement web & Support IT"
/>
<meta
name="twitter:description"
content="Basée dans le canton de Fribourg, nous développons des sites web et nous vous aidons pour vos problèmes informatique. Découvrez notre expertise."
/>
<meta name="twitter:image" content="https://codevs.ch/favicon.png" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "CODEVS Sàrl",
"url": "https://codevs.ch",
"logo": "https://codevs.ch/favicon.png",
"description": "Basée dans le canton de Fribourg, nous développons des sites web et nous vous aidons pour vos problèmes informatique. Découvrez notre expertise.",
"address": {
"@type": "PostalAddress",
"addressLocality": "Fribourg",
"addressCountry": "Suisse"
},
"telephone": "+41 79 199 67 08"
}
</script>
<title>CODEVS Sàrl - Développement web & Support IT</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>