kjelsrud.dev/layouts/404.html

12 lines
305 B
HTML
Raw Normal View History

2023-07-14 19:38:39 +00:00
{{- 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 */ -}}