client/public/index.html
changeset 5 5c91bfa8fcde
parent 1 431977d7c9a6
child 69 2f42063b0869
equal deleted inserted replaced
4:885a20cde527 5:5c91bfa8fcde
     8       manifest.json provides metadata used when your web app is added to the
     8       manifest.json provides metadata used when your web app is added to the
     9       homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
     9       homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
    10     -->
    10     -->
    11     <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
    11     <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
    12     <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
    12     <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
       
    13     <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
    13     <!--
    14     <!--
    14       Notice the use of %PUBLIC_URL% in the tags above.
    15       Notice the use of %PUBLIC_URL% in the tags above.
    15       It will be replaced with the URL of the `public` folder during the build.
    16       It will be replaced with the URL of the `public` folder during the build.
    16       Only files inside the `public` folder can be referenced from the HTML.
    17       Only files inside the `public` folder can be referenced from the HTML.
    17 
    18