removed box1, box2

This commit is contained in:
neon443
2024-04-03 09:19:03 +01:00
parent 3fec420f04
commit d852b3e9e1
11 changed files with 257 additions and 15 deletions

16
new/app.webmanifest Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "neon443",
"short_name": "neon443",
"description": ".",
"icons": [
{
"src": "./images/icon.png",
"sizes": "1024x1024",
"type": "image/png"
}
],
"start_url": "https://neon443.github.io/",
"display": "fullscreen",
"theme_color": "#000",
"background_color": "#000"
}