-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (27 loc) · 1.12 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
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<link rel="icon" href="/favicon.ico"/>
<meta name="theme-color" content="#000000"/>
<meta name="description" content="XenonLabs: Donnons vie à votre projet"/>
<meta property="twitter:site" content="@XenonLabs_"/>
<meta property="twitter:creator" content="@XenonLabs_"/>
<meta property="twitter:creator:id" content="@XenonLabs_"/>
<meta property="og:url" content="https://xenonlabs.fr"/>
<meta name="twitter:title" content="XenonLabs: Donnons vie à votre projet"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:description" content="XenonLabs: Donnons vie à votre projet"/>
<title>XenonLabs.</title>
</head>
<script type="module" src="/src/main.jsx"></script>
<body>
<div id="root"></div>
</body>
</html>