Reorganize icons for doc and manigest.json (#166)
* Reorganize icons for doc and manigest.json * Fix icons path * Fix path in index.html
This commit is contained in:
@ -2,14 +2,14 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/icon-48x48.png" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/icons/android/android-launchericon-48-48.png" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icons/ios/icon-192x192.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
/>
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icon-192x192.png" />
|
||||
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<link
|
||||
|
||||
Reference in New Issue
Block a user