This commit is contained in:
2025-10-15 10:01:47 +02:00
commit 2433b865da
48 changed files with 4359 additions and 0 deletions

8
web/embed.go Normal file
View File

@@ -0,0 +1,8 @@
package web
import "embed"
// Content holds the HTML templates and static assets for the web UI.
//
//go:embed templates/* static
var Content embed.FS