Rohini_New/index.php

17 lines
713 B
PHP
Raw Permalink Normal View History

2024-10-07 10:27:37 +05:45
<?php include('header.php')?>
<?php include('parts/slider.php')?>
2024-10-08 13:29:49 +05:45
<?php include('parts/counter.php')?>
2024-10-07 10:27:37 +05:45
<?php include('parts/about.php')?>
<?php include('parts/service.php')?>
2024-10-08 13:29:49 +05:45
<?php /*?><?php include('parts/feature.php')?><?php */?>
2024-10-07 10:27:37 +05:45
<?php include('parts/choose.php')?>
2024-10-08 13:29:49 +05:45
<?php include('parts/university.php')?>
2024-10-07 10:27:37 +05:45
<?php include('parts/testimonial.php')?>
<?php include('parts/project.php')?>
2024-10-08 13:29:49 +05:45
<?php /*?><?php include('parts/work.php')?><?php */?>
2024-11-19 17:46:46 +05:45
<?php /*?>include('parts/class.php')?>
2024-10-08 16:00:49 +05:45
<?php /*?><?php include('parts/team.php')?><?php */?>
2024-10-08 13:29:49 +05:45
<?php /*?><?php include('parts/pricing.php')?><?php */?>
2024-10-07 10:27:37 +05:45
<?php include('parts/blog.php')?>
2024-10-08 13:29:49 +05:45
<?php /*?><?php include('parts/newsletter.php')?><?php */?>
2024-10-07 10:27:37 +05:45
<?php include('footer.php')?>