Adds static www content to binary
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package www
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *.html
|
||||
var Static embed.FS
|
||||
Reference in New Issue
Block a user