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
2021-12-05 14:48:41 +01:00

6 lines
76 B
Go

package html
import _ "embed"
//go:embed 404.html
var NotFoundPage []byte