Update templates/home.html
Browse files- templates/home.html +1 -1
templates/home.html
CHANGED
@@ -3,6 +3,6 @@
|
|
3 |
<h1>Hare Manavi! Welcome to Little Krishna’s World!</h1>
|
4 |
<p>A birthday surprise awaits you on April 19, 2025!</p>
|
5 |
<div id="countdown"></div>
|
6 |
-
<lottie-player src="/static/assets/krishna-lottie.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></lottie-player>
|
7 |
<script src="/static/js/countdown.js"></script>
|
8 |
{% endblock %}
|
|
|
3 |
<h1>Hare Manavi! Welcome to Little Krishna’s World!</h1>
|
4 |
<p>A birthday surprise awaits you on April 19, 2025!</p>
|
5 |
<div id="countdown"></div>
|
6 |
+
<lottie-player src="/static/assets/krishna-lottie.json" background="transparent" speed="1" style="width: 300px; height: 300px; margin: 0 auto;" loop autoplay></lottie-player>
|
7 |
<script src="/static/js/countdown.js"></script>
|
8 |
{% endblock %}
|