mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-05 14:07:01 +00:00
7 lines
76 B
Go
7 lines
76 B
Go
|
package html
|
||
|
|
||
|
import _ "embed"
|
||
|
|
||
|
//go:embed 404.html
|
||
|
var NotFoundPage []byte
|