feat: add OpenGraph, FavIcon, Readme, CNAME

This commit is contained in:
Kentai Radiquum 2024-11-30 20:41:06 +05:00
parent fc64b9e9c0
commit a85690b10a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
15 changed files with 98 additions and 0 deletions

19
favicon/site.webmanifest Normal file
View file

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}