File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="mobile-web-app-capable " content ="yes ">
7
7
< meta name ="apple-mobile-web-app-capable " content ="yes ">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
9
- < meta
10
- name ="description "
11
- content ="Web site created using create-react-app "
12
- />
9
+ < meta name ="description " content ="ConMoney " />
13
10
14
- < link rel ="apple-touch-icon " href ="./images/icons-512.png " />
11
+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/images/icons-512.png " sizes ="512x512 " />
12
+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/images/icons-180.png " sizes ="180x180 " />
13
+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/images/icons-144.png " sizes ="144x144 " />
14
+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/images/icons-114.png " sizes ="114x114 " />
15
+ < link rel ="icon " sizes ="512x512 " href ="%PUBLIC_URL%/images/icons-512.png " />
16
+ < link rel ="icon " sizes ="180x180 " href ="%PUBLIC_URL%/images/icons-180.png " />
17
+ < link rel ="icon " sizes ="144x144 " href ="%PUBLIC_URL%/images/icons-144.png " />
18
+ < link rel ="icon " sizes ="114x114 " href ="%PUBLIC_URL%/images/icons-114.png " />
15
19
< link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
16
- < link rel ="icon " href ="%PUBLIC_URL%/images/icons-512.png " />
17
20
< title > ConMoney</ title >
18
21
</ head >
19
22
< body >
You can’t perform that action at this time.
0 commit comments