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:
Félix Malfait
2023-05-31 15:44:38 +02:00
committed by GitHub
parent a3a3c1924f
commit c61beb1066
144 changed files with 461 additions and 445 deletions

View File

@ -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