-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.07 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" type="image/webp" href="/src/assets/images/baguette.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="La Boulangerie, serveur Minecraft RP & Géopolitique" />
<meta property="og:title" content="La Boulangerie" />
<meta
property="og:description"
content="Partez pour une nouvelle aventure sur La Boulangerie ! mc.laboulangerie.net"
/>
<meta property="og:url" content="https://laboulangerie.net/" />
<meta property="og:image" content="/src/assets/images/banner.webp" />
<meta name="theme-color" content="#4e598c" />
<meta name="twitter:card" content="summary_large_image" />
<title>La Boulangerie - Une Nouvelle Aventure</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>