First commit

This commit is contained in:
cedric 2025-11-30 01:37:28 +01:00
commit de232726b7
53 changed files with 3155 additions and 0 deletions

21
config/site.webmanifest Normal file
View file

@ -0,0 +1,21 @@
{
"name": "La parenthèse bleue",
"short_name": "La parenthèse bleue",
"description": "Un accompagnement éducatif empreint de bienveillance.",
"start_url": "../index.html",
"display": "standalone",
"icons": [
{
"src": "../images/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "../images/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#004064",
"background_color": "#004064"
}