This commit is contained in:
2026-03-01 22:52:08 +07:00
commit 1244f3e2d5
63 changed files with 6075 additions and 0 deletions

8
static/static.go Normal file
View File

@@ -0,0 +1,8 @@
package static
import (
"embed"
)
//go:embed css js vendor
var Static embed.FS