first website push

This commit is contained in:
sujan
2024-09-27 17:13:00 +05:45
commit 25c3900ef1
877 changed files with 156521 additions and 0 deletions

15
index.php Normal file
View File

@ -0,0 +1,15 @@
<?php include('header.php');?>
<?php include('parts/slider.php');?>
<?php include('parts/feature.php');?>
<?php include('parts/about.php');?>
<?php include('parts/service.php');?>
<?php include('parts/video.php');?>
<?php include('parts/country.php');?>
<?php include('parts/coaching.php');?>
<?php include('parts/testimonials.php');?>
<?php include('parts/destination.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');?>