initial commit

This commit is contained in:
grngxd 2025-06-07 22:52:25 +01:00
commit 2cc7419b58
22 changed files with 1605 additions and 0 deletions

9
public/manifest.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "qwik-project-name",
"short_name": "Welcome to Qwik",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "A Qwik project app."
}