tildepages/html/html.go

7 lines
76 B
Go
Raw Normal View History

2021-12-05 13:45:17 +00:00
package html
import _ "embed"
//go:embed 404.html
var NotFoundPage []byte