jakubb-hugo/layouts/404.html

11 lines
233 B
HTML
Raw Normal View History

2024-01-29 04:53:34 +00:00
{{ partial "header.html" . }}
<h1>Error 404: </h1>
<h2>Page Not Found</h2>
<p>The url you entered is invalid or has been deleted.</p>
<p><a class="button" href="/">Click here to return home.</a></p>
{{ partial "footer.html" . }}