Add create-election.html

This commit is contained in:
2025-01-13 10:56:36 +01:00
parent 9cc85b9a47
commit 4f50aca3b6
5 changed files with 251 additions and 0 deletions

6
ui/ui.go Normal file
View File

@ -0,0 +1,6 @@
package ui
import "embed"
//go:embed *.html static
var Files embed.FS