13 lines
365 B
PHP
13 lines
365 B
PHP
<?php include("header.php") ?>
|
|
<?php include("parts/banner.php") ?>
|
|
<?php include("parts/qualities.php") ?>
|
|
<?php include("parts/about.php") ?>
|
|
<?php include("parts/services.php") ?>
|
|
|
|
<?php include("parts/testimonial.php") ?>
|
|
<?php include("parts/faq.php") ?>
|
|
<?php include("parts/blog.php") ?>
|
|
<?php include("parts/contact.php") ?>
|
|
|
|
|
|
<?php include("footer.php") ?>
|