Access_Website/index.php

16 lines
618 B
PHP
Raw Normal View History

2024-08-29 07:31:00 +00:00
<?php include('header.php');?>
<?php include('parts/hero.php');?>
<?php include('parts/about.php');?>
2024-08-29 11:59:20 +00:00
<?php include('parts/country.php');?>
2024-08-29 07:31:00 +00:00
<?php include('parts/matrix.php');?>
<?php include('parts/service.php');?>
2024-08-29 07:31:00 +00:00
<?php include('parts/form.php');?>
<?php include('parts/logo-section.php');?>
<?php include('parts/process.php');?>
<?php include('parts/testimonial.php');?>
<?php include('parts/logo-display.php');?>
<?php include('parts/inquiry.php');?>
<?php include('parts/team.php');?>
<?php include('parts/blog.php');?>
<?php include('parts/map.php');?>
<?php include('footer.php');?>