Files
IncomeTaxSystem/templates/index.html

12 lines
270 B
HTML

{% extends "base.html" %}
{% block title %}Dashboard | Income Tax Utilities{% endblock %}
{% block content %}
<div class="container">
<h2 class="header">Dashboard 🏛️</h2>
<p>
Welcome to Income Tax Utilities Dashboard
</p>
</div>
{% endblock %}