Files
IncomeTaxSystem/templates/index.html

13 lines
316 B
HTML

{% extends "base.html" %}
{% block title %}Dashboard | Income Tax Utilities{% endblock %}
{% block content %}
<div class="container">
<h2 class="header">Dashboard 🏛️</h2>
<p style="text-align: center; font-size: 20px;">
Welcome to Income Tax Utilities Dashboard
</p>
</div>
{% endblock %}