From fd6edf9d09fa04a397fde1cae040ffe70d115441 Mon Sep 17 00:00:00 2001 From: binekrasik Date: Mon, 23 Mar 2026 12:44:50 +0100 Subject: [PATCH] feat: create app base --- index.html | 4 ++-- src/app.ts | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 src/app.ts diff --git a/index.html b/index.html index 8f107eb..8fa19a1 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,8 @@
- +

hmmm

- + diff --git a/src/app.ts b/src/app.ts new file mode 100644 index 0000000..e69de29