-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
24 lines (20 loc) · 826 Bytes
/
index.php
File metadata and controls
24 lines (20 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php include 'header.php'; ?>
<div class="main-bg">
<main role="main" class="container">
<div class="starter-template">
<h1>Bootstrap starter template</h1>
<p class="lead">Use this document as a way to quickly start any new project.
<br> All you get is this text and a mostly barebones HTML document.</p>
</div>
</main>
</div>
<?php include 'about-mission-vision.php'; ?>
<?php include 'companey-services.php'; ?>
<?php include 'home-portfolio.php'; ?>
<?php include 'home-page-pakages.php'; ?>
<?php include 'our-vip-cleints.php'; ?>
<?php include 'home-contact-us.php'; ?>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<?php include 'footer.php'; ?>