pages-server/html/html.go

10 lines
120 B
Go
Raw Normal View History

2021-12-05 13:45:17 +00:00
package html
import _ "embed"
//go:embed 404.html
2022-08-28 14:21:37 +00:00
var NotFoundPage string
2022-11-07 22:37:52 +00:00
//go:embed error.html
var ErrorPage string