pcgamedb/server/templates/404.html
2024-11-29 03:53:36 +08:00

3 lines
134 B
HTML

{{template "base" .}} {{define "title"}}Page Not Found{{end}} {{define
"styles"}} {{end}} {{define "content"}} Page Not Found {{end}}