ayush2917 commited on
Commit
e8d02c3
·
verified ·
1 Parent(s): e24111a

Update templates/home.html

Browse files
Files changed (1) hide show
  1. 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 %}