💄 404-page got more appealing
This commit is contained in:
parent
0996b7e4fd
commit
997079038b
2 changed files with 24 additions and 0 deletions
11
layouts/404.html
Normal file
11
layouts/404.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{- define "main" }}
|
||||
|
||||
<div class="not-found">
|
||||
<iframe src="https://giphy.com/embed/xTiIzJSKB4l7xTouE8" width="480" height="208" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
|
||||
</div>
|
||||
|
||||
<div class="not-found">
|
||||
<h1 class="not-found-text">404</h1>
|
||||
</div>
|
||||
|
||||
{{- end }}{{/* end main */ -}}
|
Loading…
Add table
Add a link
Reference in a new issue