G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
themes/hugo-coder/layouts/partials/404.html
main
· 234 B · 7 lines
raw
1
<
section
class=
"container centered"
>
2
<
div
class=
"error"
>
3
<
h1
>404</
h1
>
4
<
h2
>{{ i18n "page_not_found" }}</
h2
>
5
<
p
>{{ i18n "page_does_not_exist" }}<
br
/>{{ i18n "head_back" .Site.BaseURL | safeHTML }}</
p
>
6
</
div
>
7
</
section
>