-
Notifications
You must be signed in to change notification settings - Fork 0
/
shops.php
25 lines (18 loc) · 1.03 KB
/
shops.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
<?php session_start(); ?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Welcome To Babylon</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/Footer_Header.css">
</head>
<body>
<?php include './includes/Header.inc.php'; ?>
<div class="home_page">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3573.8825775685036!2d50.19344951546441!3d26.394980988538922!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e49ef9af3db578f%3A0x6e46b8e7d1df6a33!2sIT%20College%2C%20King%20Faisal%20Road%2C%20King%20Faysal%20University%2C%20Dammam%2034212!5e0!3m2!1sen!2ssa!4v1587338377789!5m2!1sen!2ssa" width="100%" height="70%" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<footer><hr style="width: 60%;">BABYLON © 2020 | Web-Based Systems
<p><img class="logo1" src="images/white_logo.png" width="170px" height="auto"></p></footer>
</body>
</html>