all dot html route is replaced with dot php (some may be dead end)

This commit is contained in:
gokul subedi
2024-11-18 17:22:55 +05:45
parent aabf2bb6b2
commit edd612a5bb
11 changed files with 66 additions and 66 deletions

View File

@ -29,27 +29,27 @@
<div class="services-details__services-box">
<ul class="services-details__services-list list-unstyled">
<li class="active">
<a href="business-planning.html">Business Planning<span
<a href="business-planning.php">Business Planning<span
class="icon-right-arrow-1"></span></a>
</li>
<li>
<a href="human-resource.html">Human Resource<span
<a href="human-resource.php">Human Resource<span
class="icon-right-arrow-1"></span></a>
</li>
<li>
<a href="market-analysis.html">Market Analysis<span
<a href="market-analysis.php">Market Analysis<span
class="icon-right-arrow-1"></span></a>
</li>
<li>
<a href="startup-business.html">Startup Business<span
<a href="startup-business.php">Startup Business<span
class="icon-right-arrow-1"></span></a>
</li>
<li>
<a href="programe-manager.html">Programe manager<span
<a href="programe-manager.php">Programe manager<span
class="icon-right-arrow-1"></span></a>
</li>
<li>
<a href="investment-policy.html">Investment Policy<span
<a href="investment-policy.php">Investment Policy<span
class="icon-right-arrow-1"></span></a>
</li>
</ul>