Files
sonr/internal/dwn/front/blocks/animation.templ
T

6 lines
221 B
Templ
Raw Normal View History

2024-09-18 02:22:17 -04:00
package blocks
2024-09-11 15:10:54 -04:00
templ Animation() {
<lottie-player src="https://assets5.lottiefiles.com/packages/lf20_0c0a2a8a.json" background="transparent" speed="1" style="width: 100%; height: 100%;" loop autoplay></lottie-player>
}