putting web from main into this branch

This commit is contained in:
viljarb
2026-02-18 20:52:50 +01:00
parent 77dd155299
commit f00bf0a684
37 changed files with 3558 additions and 0 deletions

7
pkg/web/input.css Normal file
View File

@@ -0,0 +1,7 @@
@import 'tailwindcss';
@source "./**/*.templ";
@source "./**/*.go";
@plugin "@tailwindcss/typography";
@plugin "daisyui" {
themes: all;
}