-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" type="image/png" href="/mask-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<meta name="viewport" content="initial-scale=1, width=device-width" />
<meta name="title" content="Recense by Pol Thomas">
<meta name="theme-color" content="#0F427B">
<!-- HTML Meta Tags -->
<title>Recense by Pol Thomas</title>
<meta name="description" content="Une application web pour le recensement de la population">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Recense by Pol Thomas">
<meta itemprop="description" content="Une application web pour le recensement de la population">
<meta itemprop="image" content="http://recense.netlify.app/social.jpg">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://recense.netlify.app">
<meta property="og:type" content="website">
<meta property="og:title" content="Recense by Pol Thomas">
<meta property="og:description" content="Une application web pour le recensement de la population">
<meta property="og:image" content="http://recense.netlify.app/social.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Recense by Pol Thomas">
<meta name="twitter:description" content="Une application web pour le recensement de la population">
<meta name="twitter:image" content="http://recense.netlify.app/social.jpg">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>