Rohini_New/index.php

16 lines
569 B
PHP
Raw Normal View History

2024-10-07 04:42:37 +00:00
<?php include('header.php')?>
<?php include('parts/slider.php')?>
<?php include('parts/about.php')?>
<?php include('parts/feature.php')?>
<?php include('parts/service.php')?>
<?php include('parts/choose.php')?>
<?php include('parts/testimonial.php')?>
<?php include('parts/project.php')?>
<?php include('parts/work.php')?>
<?php include('parts/counter.php')?>
<?php include('parts/team.php')?>
<?php include('parts/pricing.php')?>
<?php include('parts/brand.php')?>
<?php include('parts/blog.php')?>
<?php include('parts/newsletter.php')?>
<?php include('footer.php')?>