converted to proper npm sveltekit project

This commit is contained in:
C-West8
2026-07-22 14:52:35 -05:00
parent ba0a445aaf
commit 086542169c
37 changed files with 6018 additions and 14 deletions

7
static/favicon.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="4" fill="#161616" />
<rect x="7" y="7" width="8" height="8" fill="#0f62fe" />
<rect x="17" y="7" width="8" height="8" fill="#007d79" />
<rect x="7" y="17" width="8" height="8" fill="#8a3ffc" />
<rect x="17" y="17" width="8" height="8" fill="#24a148" />
</svg>

After

Width:  |  Height:  |  Size: 359 B