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

4
src/app/viewport.ts Normal file
View file

@ -0,0 +1,4 @@
export default {
width: "device-width",
initialScale: 1,
};