-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (38 loc) · 1.82 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adore Restaurant</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banana">
<header>
<img src="images/logo-adare-restaurant.png" alt="logo">
</header>
<nav>
<a href="#">HOME</a>
<a href="#">MENU</a>
<a href="#">ORDER ONLINE</a>
<a href="#">GIFT VOUCHER</a>
<a href="#">CATERING</a>
<a href="#">CONTACT</a>
</nav>
<main>
<h1> Let's Meat</h1>
<p>We love sharing good food with great people. We bring over 30 years industry experience and passion to Adare. With a dishes that are carefully designed to bring you a truly satisfying Irish food experience that you are sure to remember.
</p>
<a href="mailto:[email protected]">Make Reservation</a>
</main>
<section class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d122211.2714060749!2d96.14257456499026!3d16.821283728868167!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30c19302440ec905%3A0x304fba802229dd2b!2sMyanmar%20Plaza!5e0!3m2!1sen!2smm!4v1634262906782!5m2!1sen!2smm"
width="700" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</section>
<footer>
<p>Main Street,Abbdoey,Adore.Company Limited</p>
</footer>
</div>
</body>
</html>