Template Created

This commit is contained in:
sujan
2024-10-07 10:27:37 +05:45
parent cb4f1b49fc
commit 64d29c64c0
61 changed files with 2125 additions and 2611 deletions

16
index.php Normal file
View File

@ -0,0 +1,16 @@
<?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')?>