review section added
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 31s
Deploy Hugo site to Pages / deploy (push) Has been skipped

This commit is contained in:
2024-11-27 14:44:02 +00:00
parent d3ae89410f
commit bab8b9990a
131 changed files with 19163 additions and 0 deletions

View File

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