icone phone

This commit is contained in:
2026-05-01 19:28:53 +02:00
parent c12154fac5
commit af07b6f266
4 changed files with 28 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
<head>
<meta charset="UTF-8" />
<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>
<script type="module" src="/src/main.jsx"></script>
</head>

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

View 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"
}
]
}