kjelsrud.dev/layouts/404.html
2023-07-14 21:38:39 +02:00

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 */ -}}