Files
geo/web/index.html

17 lines
768 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/images/geosector-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Geosector - Une application puissante et intuitive pour la gestion efficace de vos distributions" />
<meta name="keywords" content="geosector, distribution, logistique, optimisation, tournées, livraison" />
<link rel="preload" href="/fonts/Figtree-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin />
<title>Geosector - Gestion efficace de vos distributions</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>