added lottie for 404 page

pull/1/head
alexanderroese 2024-05-31 21:07:11 +02:00
parent c91b79f6ff
commit 81255212fe
2 changed files with 10 additions and 0 deletions

BIN
assets/lottie_404.lottie Normal file

Binary file not shown.

View File

@ -11,6 +11,16 @@
</style>
<div class="template-404 page-width page-margin center">
<dotlottie-player
id="SHX-feedback-modal-lottie2"
src="{{ 'lottie_404.lottie' | asset_url }}"
background="transparent"
speed="1"
loop="true"
style="width: 300px; height: 300px; margin: 0 auto;"
direction="1"
mode="bounce"></dotlottie-player>
<p>
{{ 'templates.404.subtext' | t }}
</p>