staging
Some checks failed
release-tag / release-image (push) Failing after 1m2s

This commit is contained in:
2025-09-21 14:58:13 +02:00
parent 536dd3d416
commit 42e484c47c
12 changed files with 566 additions and 1 deletions

6
internal/ui/templates.go Normal file
View File

@@ -0,0 +1,6 @@
package ui
import "embed"
//go:embed *.html
var FS embed.FS