-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
45 lines (43 loc) · 1.44 KB
/
aboutus.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
<!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>about</title>
<style>
a{
padding: 1%;
color:white;
border: 3px solid black;
}
body{
background-image: url(https://i.pinimg.com/736x/10/99/7b/10997bcc1579e17acb61857a84d43507.jpg);
color: aliceblue;
}
pre{
text-align: center;
}
</style>
</head>
<body>
<h5>
<a href="index.html">Home</a>
<a href="foods.html">Foods</a>
<a href="grocery.html">Grocery</a>
<a href="aboutus.html">About us</a>
<br><br>
Our Restaurant entered Pakistan in 1997 and since then, it’s been a journey full of excitement and Finger Lickin’ <br>
goodness! The first restaurant opened in Pakistan opened in Gulshan Iqbal, Karachi and now our Finge
r Lickin’ Chicken is available in 32+ cities with over 110 restaurants! Being the most loved fast food
chain in Pakistan, leaves no stone unturned to provide its customers the most delicious chicken and an
excellent dining experience
</h5>
<h5>
<pre>
WE PRIDE OURSELVES ON USING QUALITY
HALAL CHICKEN AND LOCAL INGREDIENTS
FROM TRUSTED SUPPLIERS
</pre> </h5>
</body>
</html>