front/public/index.html
2019-04-14 09:31:02 +02:00

26 lines
753 B
HTML

<!DOCTYPE html>
<html lang="fr" class="h-100">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#ffffff">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<title>RodiVert</title>
</head>
<body class="d-flex flex-column h-100">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">Une idée originale de Charlotte Ley, Julie Bonjour, Clément Verdollin et Alois
Herbard.</span>
</div>
</footer>
</body>
</html>