-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
44 lines (35 loc) · 992 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<?php get_header(); ?>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>corporate 4</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#map {
height: 804px;
width: 100%;
}
</style>
</head>
<body>
<div class="global-wrapper">
<?php include 'includes/pages/logo.php' ?>
<div class="content">
<?php include 'includes/pages/slider.php' ?>
<?php include 'includes/pages/our_services.php' ?>
<?php include 'includes/pages/portfolio.php' ?>
<?php include 'includes/pages/ourteam.php' ?>
<?php include 'includes/pages/contact_us.php' ?>
</div>
<?php get_footer(); ?>
</div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAliosaXSno8yasHmzzOGS_iyU0ffdboVg&callback=initMap"
></script>
</body>
</html>