11 lines
305 B
HTML
11 lines
305 B
HTML
{{- 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 */ -}}
|