| <!-- templates/footer.html --> | |
| <link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}"> | |
| <footer> | |
| <p>© Done by students of B-Tech AI IIT J</p> | |
| </footer> |
| <!-- templates/footer.html --> | |
| <link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}"> | |
| <footer> | |
| <p>© Done by students of B-Tech AI IIT J</p> | |
| </footer> |