Files
pages-server/html/html.go
T

7 lines
76 B
Go

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