1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-08-13 19:10:54 +00:00
pages-server/html/html.go

10 lines
120 B
Go
Raw Normal View History

2021-12-05 14:45:17 +01:00
package html
import _ "embed"
//go:embed 404.html
var NotFoundPage string
//go:embed error.html
var ErrorPage string