icone phone
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta name="theme-color" content="#2563eb" />
|
||||||
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="/icons/professeur-top-192.png" />
|
||||||
|
<link rel="apple-touch-icon" href="/icons/professeur-top-192.png" />
|
||||||
<title>Professeur virtuel</title>
|
<title>Professeur virtuel</title>
|
||||||
<script type="module" src="/src/main.jsx"></script>
|
<script type="module" src="/src/main.jsx"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
BIN
frontend/public/icons/professeur-top-192.png
Normal file
BIN
frontend/public/icons/professeur-top-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
frontend/public/icons/professeur-top-512.png
Normal file
BIN
frontend/public/icons/professeur-top-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
24
frontend/public/manifest.webmanifest
Normal file
24
frontend/public/manifest.webmanifest
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "Professeur TOP",
|
||||||
|
"short_name": "Prof TOP",
|
||||||
|
"description": "Le professeur virtuel pour suivre les lecons et exercices.",
|
||||||
|
"start_url": "/",
|
||||||
|
"scope": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#f5f7fb",
|
||||||
|
"theme_color": "#2563eb",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/icons/professeur-top-192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/icons/professeur-top-512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any maskable"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user