Icone app

This commit is contained in:
2026-05-01 19:41:41 +02:00
parent af07b6f266
commit 2c6ecf574c
10 changed files with 85 additions and 19 deletions

View File

@@ -5,8 +5,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" />
<link rel="icon" type="image/png" sizes="192x192" href="/icons/professeur-top-install-v2-192.png" />
<link rel="apple-touch-icon" href="/icons/professeur-top-install-v2-192.png" />
<title>Professeur virtuel</title>
<script type="module" src="/src/main.jsx"></script>
</head>