Files
webarchive/ui/embed.go

9 lines
93 B
Go

package ui
import (
"embed"
)
//go:embed */*.html */*.css */*.js
var StaticFiles embed.FS