all repos — caroster @ 6793873dc979591e3f4dabc03542b1b53977c905

[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 rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
18    <link
19      rel="stylesheet"
20      href="https://fonts.googleapis.com/icon?family=Material+Icons"
21    />
22
23    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
24    <link
25      rel="stylesheet"
26      type="text/css"
27      charset="UTF-8"
28      href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css"
29    />
30    <link
31      rel="stylesheet"
32      type="text/css"
33      href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"
34    />
35  </head>
36  <body>
37    <noscript>You need to enable JavaScript to run this app.</noscript>
38    <div id="root"></div>
39  </body>
40</html>