Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoytommanjaly committed Oct 16, 2023
1 parent b97e00d commit 7886dbc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,21 @@ <h4 class="subtitle is-5 lang" data-en="Wards (Count)" data-ml="വാർഡു
<table class="table is-bordered centered-table" id="panchayat-table">
<thead>
<tr>
<th class="lang" data-en="LGD Code" data-ml="LGD കോഡ്">LGD കോഡ് </th>
<th class="lang" data-en="LSG Code" data-ml="LSG കോഡ്">LSG കോഡ് </th>
<th class="lang" data-en="SEC Code" data-ml="SEC കോഡ്">SEC കോഡ് </th>
</tr>
</thead>
<th class="lang" data-en="LGD Code" data-ml="LGD കോഡ്">LGD കോഡ്</th>
<th class="lang" data-en="LSG Code" data-ml="LSG കോഡ്">LSG കോഡ്</th>
<th class="lang" data-en="SEC Code" data-ml="SEC കോഡ്">SEC കോഡ്</th>
</tr>
</thead>
<tbody id="panchayat-data">
</tbody>
</table>
</div>
<table class="table is-bordered centered-table" id="population-table">
<thead>
<tr>
<th>ജനസംഖ്യ</th>
<th>പുരുഷജനസംഖ്യ</th>
<th>സ്ത്രീജനസംഖ്യ</th>
<th class="lang" data-en="Population" data-ml="ജനസംഖ്യ">ജനസംഖ്യ</th>
<th class="lang" data-en="Male Population" data-ml="പുരുഷജനസംഖ്യ">പുരുഷജനസംഖ്യ</th>
<th class="lang" data-en="Female Population" data-ml="സ്ത്രീജനസംഖ്യ">സ്ത്രീജനസംഖ്യ</th>
</tr>
</thead>
<tbody id="population-data">
Expand Down

0 comments on commit 7886dbc

Please sign in to comment.