Initial commit (history reset)

This commit is contained in:
Ronnie 2025-08-20 20:41:33 -04:00
commit 173a4fc272
47 changed files with 7016 additions and 0 deletions

16
public/manifest.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "ronniie.dev",
"short_name": "ronniie.dev",
"description": "A showcase of experimental projects hosted on *.ronniie.dev, and some fun tools.",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#f97316",
"icons": [
{
"src": "/favicon.png",
"sizes": "any",
"type": "image/x-icon"
}
]
}