-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (60 loc) · 2.19 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!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" />
<title>💡ou 🕯️ − Pani Limyè</title>
<meta
name="description"
content="Carte interactive des coupures d'électricité du réseau EDF en Guadeloupe liées aux mouvements sociaux et grèves. Restez informé en temps réel."
/>
<meta
name="keywords"
content="Guadeloupe, EDF, coupures d'électricité, grèves, mouvements sociaux, carte interactive"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pani-limye.marvinl.com" />
<meta
property="og:title"
content="Pani Limyè - Coupures d'électricité en Guadeloupe"
/>
<meta
property="og:description"
content="Carte interactive des coupures d'électricité en Guadeloupe liées aux mouvements sociaux. Informations en temps réel."
/>
<meta
property="og:image"
content="https://pani-limye.marvinl.com/og-image.jpg"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://pani-limye.marvinl.com" />
<meta
property="twitter:title"
content="Pani Limyè - Carte des coupures d'électricité en Guadeloupe"
/>
<meta
property="twitter:description"
content="Carte interactive des coupures d'électricité en Guadeloupe liées aux mouvements sociaux. Informations en temps réel."
/>
<meta
property="twitter:image"
content="https://pani-limye.marvinl.com/twitter-image.jpg"
/>
<!-- Autres balises utiles -->
<link rel="canonical" href="https://pani-limye.marvinl.com" />
<meta name="robots" content="index, follow" />
<meta name="author" content="MarvinL.com" />
<script
defer
src="https://analytics.marvinl.com/script.js"
data-website-id="57594765-e6d4-4a6f-a407-4ffeaf8ddbd6"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>