mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 14:26:58 +00:00
nice error pages
This commit is contained in:
parent
b473639103
commit
1438699b73
4 changed files with 51 additions and 7 deletions
|
@ -4,3 +4,6 @@ import _ "embed"
|
|||
|
||||
//go:embed 404.html
|
||||
var NotFoundPage string
|
||||
|
||||
//go:embed error.html
|
||||
var ErrorPage string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue