mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-12-02 21:45:27 +00:00
7 lines
76 B
Go
7 lines
76 B
Go
package html
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed 404.html
|
|
var NotFoundPage []byte
|