rohini/index.php

15 lines
572 B
PHP
Raw Normal View History

2024-09-27 11:28:00 +00:00
<?php include('header.php');?>
<?php include('parts/slider.php');?>
<?php include('parts/feature.php');?>
<?php include('parts/about.php');?>
2024-09-29 11:22:13 +00:00
<?php include('parts/destination.php');?>
2024-09-29 10:11:27 +00:00
<?php /*?><?php include('parts/service.php');?><?php */?>
2024-09-27 11:28:00 +00:00
<?php include('parts/video.php');?>
<?php include('parts/country.php');?>
<?php include('parts/coaching.php');?>
<?php include('parts/testimonials.php');?>
<?php include('parts/team.php');?>
<?php include('parts/contact.php');?>
<?php include('parts/brand.php');?>
<?php include('parts/blog.php');?>
<?php include('footer.php');?>