pages-server/html/html.go
2022-08-28 16:21:37 +02:00

6 lines
76 B
Go

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