gitea-pages-server/html/html.go

10 lines
120 B
Go

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