Files
HeatGuard/web/embed.go
vikingowl a3d2867b40 feat: fix favicon embed, add impress and privacy pages
Include favicon.svg in go:embed directive to fix 404 in production.
Add legal notice (impress) and privacy policy pages with full EN/DE
translations, route handlers, and footer links.
2026-02-11 01:09:56 +01:00

7 lines
106 B
Go

package web
import "embed"
//go:embed all:templates all:js all:css all:i18n favicon.svg
var FS embed.FS