Add 404 page
This commit is contained in:
parent
bae097298f
commit
462dd261c3
1 changed files with 8 additions and 0 deletions
8
layouts/404.html
Normal file
8
layouts/404.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ define "main" }}
|
||||
<header id="index-header" class="d-flex align-items-center">
|
||||
<div class="text-center m-auto text-light">
|
||||
<h1 class="display-1">There's nothing here!</h1>
|
||||
<p class="lead">The page you were looking for could not be found</p>
|
||||
</div>
|
||||
</header>
|
||||
{{ end }}
|
Loading…
Reference in a new issue