Add index page, favicon, robots.txt and sitemap.xml

This commit is contained in:
Paul Nicoué 2022-12-08 15:17:39 +01:00
parent 820907c3c2
commit cb904127c0
26 changed files with 4163 additions and 2638 deletions

View file

@ -0,0 +1,16 @@
{
"name": "Paul Nicoué",
"short_name": "Paul Nicoué",
"icons": [
{
"src": "paul-nicoue-favicon-192px.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "paul-nicoue-favicon-512px.png",
"sizes": "512x512",
"type": "image/png"
}
]
}