-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirection.html
More file actions
28 lines (28 loc) · 1.51 KB
/
direction.html
File metadata and controls
28 lines (28 loc) · 1.51 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Chinese Restaurant/map</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/favicon.jpg" type="image/jpg">
</head>
<body class="body">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<main>
<section>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d212768.414365007!2d73.01087702188221!3d33.56619685063487!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x38dfed5fd0f75ff5%3A0x583254291144d206!2sThe%20Empire%20Chinese%20Mobile%20Cuisine!5e0!3m2!1sen!2s!4v1642583550801!5m2!1sen!2s" width="1024" height="500" style="border:0;" allowfullscreen=""loading="fast" ></iframe>
</section>
<p>NOTE:You might have to wait few seconds</p>
</main>
<script src="" async defer></script>
</body>
</html>