Files
Manpower_website_four/index.php
2025-08-12 13:34:34 +05:45

13 lines
365 B
PHP

<?php include("header.php") ?>
<?php include("parts/banner.php") ?>
<?php include("parts/qualities.php") ?>
<?php include("parts/about.php") ?>
<?php include("parts/services.php") ?>
<?php include("parts/testimonial.php") ?>
<?php include("parts/faq.php") ?>
<?php include("parts/blog.php") ?>
<?php include("parts/contact.php") ?>
<?php include("footer.php") ?>