forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-11 12:11:41 -06:00
parent 5ec72cede5
commit 31ff02290a
1 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
{% set count = 10 %}
{% for i in range(count) %}
<div class="snowflake pointer-events-none animate-spin">
<img src="/assets/christmas/images/marsey/ginger2-1.png" width="40" height="40" alt="animated coal icon"/>
</div>
{% endfor %}
<div class="snowflakes">
{% for i in range(count) %}
<div class="snowflake pointer-events-none animate-spin">
<img src="/assets/christmas/images/marsey/ginger2-1.png" width="40" height="40" alt="animated coal icon"/>
</div>
{% endfor %}
</div>