forked from jakub/jakubb-hugo
13 lines
266 B
HTML
13 lines
266 B
HTML
|
{{ partial "header.html" . }}
|
||
|
|
||
|
<div class="content">
|
||
|
<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>
|
||
|
</div>
|
||
|
|
||
|
{{ partial "footer.html" . }}
|