pages-server/html/html.go
2022-11-07 23:37:52 +01:00

9 lines
120 B
Go

package html
import _ "embed"
//go:embed 404.html
var NotFoundPage string
//go:embed error.html
var ErrorPage string