mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 00:57:53 +00:00
6 lines
76 B
Go
6 lines
76 B
Go
package html
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed 404.html
|
|
var NotFoundPage []byte
|