2018-11-18 15:47:54 +01:00
|
|
|
<!DOCTYPE html>
|
2019-04-09 19:39:31 +02:00
|
|
|
<html lang="fr" class="h-100">
|
2018-11-18 15:47:54 +01:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2019-04-09 19:39:31 +02:00
|
|
|
<body class="d-flex flex-column h-100">
|
2018-11-18 15:47:54 +01:00
|
|
|
<noscript>
|
|
|
|
You need to enable JavaScript to run this app.
|
|
|
|
</noscript>
|
|
|
|
<div id="root"></div>
|
2019-04-09 19:39:31 +02:00
|
|
|
<footer class="footer mt-auto py-3">
|
|
|
|
<div class="container">
|
2019-04-13 14:05:07 +02:00
|
|
|
<span class="text-muted">Une idée originale de Sharlotte Ley, Julie Bonjour, Clément Verdollin et Alois
|
|
|
|
Herbard.</span>
|
2019-04-09 19:39:31 +02:00
|
|
|
</div>
|
|
|
|
</footer>
|
2018-11-18 15:47:54 +01:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|