Initial pages, based on CV

This commit is contained in:
Mysaa Java
2026-03-29 17:15:34 +02:00
commit 497de9f127
24 changed files with 12579 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Samy Avrillon's homepage",
"short_name": "MysaaHomepage",
"icons": [
{
"src": "/img/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/img/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#dcdcf5",
"background_color": "#f5f5dc",
"display": "standalone"
}