refactor: restructure project to classic MVC pattern

This commit is contained in:
2025-09-09 19:57:43 +02:00
parent a28728af2a
commit 2a8d5d093c
58 changed files with 1601 additions and 1991 deletions

BIN
public/avatar-bot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

25
public/manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"short_name": "Pablo TJ",
"name": "Pablot TJ",
"icons": [
{
"src": "avatar-bot.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "avatar-bot.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "avatar-bot.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#3b1070",
"background_color": "#3b1070"
}