added lottie for 404 page
parent
c91b79f6ff
commit
81255212fe
Binary file not shown.
|
@ -11,6 +11,16 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="template-404 page-width page-margin center">
|
<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>
|
<p>
|
||||||
{{ 'templates.404.subtext' | t }}
|
{{ 'templates.404.subtext' | t }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue