-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SimuleTonConcours.fr</title>
<meta name="description" content="Simule les admissibilités aux concours de ta classe préparatoire scientifique, intuitivement !" />
<meta name="thumbnail" content="/thumbnail.jpg" />
<meta name="og:title" content="SimuleTonConcours.fr" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://simuletonconcours.fr" />
<meta name="og:image" content="/thumbnail.jpg" />
<meta name="og:site_name" content="SimuleTonConcours" />
<meta name="og:description" content="Simule les admissibilités aux concours de ta classe préparatoire scientifique, intuitivement !" />
<meta name="og:locality" content="France" />
<!-- Hotjar Tracking Code for simuletonconcours.fr -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 2509700, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2871821232807442" crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>