BirthdayM / templates /home.html
ayush2917's picture
Update templates/home.html
e8d02c3 verified
raw
history blame
446 Bytes
{% extends 'base.html' %}
{% block content %}
<h1>Hare Manavi! Welcome to Little Krishna’s World!</h1>
<p>A birthday surprise awaits you on April 19, 2025!</p>
<div id="countdown"></div>
<lottie-player src="/static/assets/krishna-lottie.json" background="transparent" speed="1" style="width: 300px; height: 300px; margin: 0 auto;" loop autoplay></lottie-player>
<script src="/static/js/countdown.js"></script>
{% endblock %}