Initial commit

This commit is contained in:
2026-07-02 00:53:17 +02:00
commit fd2828f1e7
17 changed files with 1627 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package main
import "embed"
//go:embed templates static
var assets embed.FS