-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
23 lines (23 loc) · 1 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Ecobalyse</title>
<link rel="canonical" href="https://ecobalyse.beta.gouv.fr/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Accélerer la mise en place de l'affichage environnemental">
<meta name="theme-color" content="#333333">
<meta name="referrer" content="origin-when-cross-origin" />
<link rel="icon" type="image/svg" href="./public/img/logo.svg">
<link rel="preload" href="./public/fonts/Marianne-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="./public/fonts/Marianne-Bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="./public/icomoon/style.css">
<link rel="stylesheet" href="./styles.scss">
<script type="module" src="index.js"></script>
</head>
<body>
<noscript>
<img src="https://stats.beta.gouv.fr/matomo.php?idsite=57&rec=1" style="border:0" alt="" />
</noscript>
</body>
</html>