-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.67 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chen's Palace</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header>
<img src="images/panda.png" alt="Logo for Chen's Palace" width="100" height="100">
</header>
<nav>
<a href="index.html">HOME</a>
<a href="#">MENU</a>
<a href="#">LOCATION</a>
<a href="contact.html">CONTACT</a>
</nav>
<main class="parent">
<h1>Chen's Palace</h1>
<p>We love sharing good food with great people. We bring over 30 years industry experience and passion to Chen's Palace. With dishes that are carefully designed to bring you a truly satisfying Chinese food experience that you are sure to remember.</p>
<a href="https://www.yelp.com/biz/chens-palace-kirksville" target="_blank">CHECK US OUT ON YELP</a>
</main>
<section class="maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24381.0331568354!2d-92.60488462739198!3d40.195065986596454!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87e80e7f210d31eb%3A0x412997ad1a012fd7!2sChen's%20Palace!5e0!3m2!1sen!2sus!4v1705336312273!5m2!1sen!2sus" width="1024" height="510" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</section>
<!-- <footer>
<p>216 N Franklin St, Kirksville, MO, 63501, Co. Limerick - Copyright 2017©</p>
</footer> -->
</div>
</body>
</html>