all repos — caroster @ 0cb9cf6918afd57eaf9ea4b88862f98bd4a046c4

[Octree] Group carpool to your event https://caroster.io

app/public/index.html (view raw)

 1<!DOCTYPE html>
 2<html lang="fr">
 3  <head>
 4    <meta charset="utf-8" />
 5    <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
 6    <meta
 7      name="viewport"
 8      content="minimum-scale=1, initial-scale=1, width=device-width"
 9    />
10    <meta name="theme-color" content="#000000" />
11    <meta
12      name="description"
13      content="Covoiturez à un événement en proposant une voiture ou en prenant une place."
14    />
15    <title>Caroster - Covoiturage de groupe</title>
16
17    <link
18      rel="stylesheet"
19      href="https://fonts.googleapis.com/icon?family=Material+Icons"
20    />
21
22    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
23    <link
24      rel="stylesheet"
25      type="text/css"
26      charset="UTF-8"
27      href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css"
28    />
29    <link
30      rel="stylesheet"
31      type="text/css"
32      href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"
33    />
34  </head>
35  <body>
36    <noscript>You need to enable JavaScript to run this app.</noscript>
37    <div id="root"></div>
38  </body>
39</html>