initial commit

This commit is contained in:
2024-07-11 14:12:22 -05:00
commit 4eb5f4da67
13 changed files with 795 additions and 0 deletions

6
assets/assets.go Normal file
View File

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