Move web files to subdir

This commit is contained in:
2021-11-07 22:00:53 +00:00
parent 9bc0f2054e
commit 4658b40bd9
42 changed files with 10 additions and 1 deletions

9
web/templates.go Normal file
View File

@ -0,0 +1,9 @@
package web
import "embed"
//go:embed *.html
var Templates embed.FS
//go:embed static/*
var Static embed.FS