17 lines
709 B
PHP
17 lines
709 B
PHP
<?php include('header.php')?>
|
|
<?php include('parts/slider.php')?>
|
|
<?php include('parts/counter.php')?>
|
|
<?php include('parts/about.php')?>
|
|
<?php include('parts/service.php')?>
|
|
<?php /*?><?php include('parts/feature.php')?><?php */?>
|
|
<?php include('parts/choose.php')?>
|
|
<?php include('parts/university.php')?>
|
|
<?php include('parts/testimonial.php')?>
|
|
<?php include('parts/project.php')?>
|
|
<?php /*?><?php include('parts/work.php')?><?php */?>
|
|
<?php include('parts/class.php')?>
|
|
<?php /*?><?php include('parts/team.php')?><?php */?>
|
|
<?php /*?><?php include('parts/pricing.php')?><?php */?>
|
|
<?php include('parts/blog.php')?>
|
|
<?php /*?><?php include('parts/newsletter.php')?><?php */?>
|
|
<?php include('footer.php')?>
|