forked from muzankibu977/Restaurent-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdinein.html
More file actions
31 lines (30 loc) · 1.34 KB
/
Copy pathdinein.html
File metadata and controls
31 lines (30 loc) · 1.34 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
29
30
31
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dine-In</title>
<link rel="stylesheet" href="dinein.css">
<header>
<h1>Crav!ng</h1>
<nav>
<a href="home.html">Home</a>
<a href="about.html">About</a>
<a href="Contact.html">Contact</a>
<a href="Services.html">Services</a>
<a href="login.html">Login</a>
</nav>
</header>
<body>
<div class="container">
<div class="text-box1">
<h1 style="text-align:center;">How about a Dine-In?</h1>
<br>
<p style="text-align:center"><h3>Contact Us for book your table. We would love to welcome you at our Kingdom.<br> Enjoy our restaurant by yourself or you can come with friends, family<br> and your loved ones.</h3><br><h2 style="text-align:center">Contact US: 01719074257<br><h2 style="text-align:center"><br><br>Or Find US<br><br><div class="btn-group" style="width:100%">
<button style="width:33.3%">FaceBook</button>
<button style="width:33.3%">Instagram</button>
<button style="width:33.3%">Twitter</button>
</div></h2></h2></p>
</div>
</div>
</body>
</html>