1
0
mirror of https://gitlab.com/lander-team/site.git synced 2025-08-02 03:21:28 +00:00

Initial commit

This commit is contained in:
2021-12-06 11:53:45 -07:00
commit 57fc23b9f3
26 changed files with 591 additions and 0 deletions

19
img/fav/site.webmanifest Normal file
View File

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