added 404 page
This commit is contained in:
parent
7b8901e769
commit
959a4bec85
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{{ partial "header.html" . }}
|
||||
|
||||
404 - You once were found. But now you're lost.
|
||||
<div style="padding-top:100px;padding-bottom:100px;">404 - You have reached a page that doesn't exist.</div>
|
||||
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Reference in a new issue