Rohini_New/index.php

17 lines
709 B
PHP
Raw Normal View History

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