-
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) · 1.99 KB
/
index.html
File metadata and controls
61 lines (56 loc) · 1.99 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="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>evoDirecte</title>
<meta name="description" content="Une version améliorée du site officiel d’EcoleDirecte." />
<meta name="author" content="evoSoftware" />
<meta property="og:title" content="evoDirecte" />
<meta property="og:description" content="Une version améliorée du site officiel d’EcoleDirecte." />
<meta property="og:url" content="https://evodirecte.qzz.io/" />
<meta property="og:type" content="website" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#09090b" />
<link rel="canonical" href="https://evodirecte.qzz.io" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"name": "evoDirecte",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"url": "https://evodirecte.qzz.io/",
"description": "Client alternatif à EcoleDirecte.",
"author": {
"@type": "Organization",
"name": "evoSoftware",
"logo": "https://evodirecte.qzz.io/logo.svg"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
}
},
{
"@type": "Organization",
"name": "evoSoftware",
"url": "https://evodirecte.qzz.io/",
"logo": "https://evodirecte.qzz.io/logo.svg",
"sameAs": [
"https://github.com/softwarevo"
]
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>