forked from malikadnan01/Foodify
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathR6.html
73 lines (72 loc) · 2.75 KB
/
R6.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
<!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>NEWGUSTO</title>
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
<div class="nav">
<img class="navimage" src="./asset/logo7.png" alt="">
<div class="top">
<h1 class="Title">FOODIFY</h1>
</div>
</div>
<h2>You don't need a silver fork to eat a good food</h2>
<nav>
<ul class="menu">
<a href="index.html">Home</a>
<a href="offers.html">Offers</a>
<a href="about us.html">About Us</a>
<a href="help.html">Help</a>
</ul>
</nav>
<h3> Indian Food Factory</h3>
<h2>Open from 10:00am to 9:00pm (Monday-Saturday)</h2>
<h6>Our Best Sellers:</h6>
<section class="items">
<div class="item">
<img src="https://th.bing.com/th/id/OIP.9ZL2PgMBFco5ItYL8wt_BwHaFt?pid=ImgDet&rs=1">
<h4>20%-50% off on chicken rolls</h4>
</div>
<div class="item">
<img src="https://cdn.shopify.com/s/files/1/0158/2452/products/chicken_beef_combo_platter_886x598.jpg?v=1380544890">
<h4>unlimited in just 699</h4>
</div>
<div class="item">
<img src="https://mommyshomecooking.com/wp-content/uploads/2019/01/Easy-Instant-Pot-Teriyaki-Chicken-2.jpg">
<h4>Chicken masala in 170 only</h4>
</div>
<div class="item">
<img src="https://th.bing.com/th/id/OIP.WJY_XxOgt4TcLn0Jw7gzmAHaEK?pid=ImgDet&rs=1">
<h4>tandoori chicken @149</h4>
</div>
<div class="item">
<img src="https://th.bing.com/th/id/OIP.Gpg0kY2rYeIktgmy4CScOAHaHa?pid=ImgDet&rs=1">
<h4>40% off on order above 500</h4>
</div>
<div class="item">
<img src="https://th.bing.com/th/id/OIP.KzSBkoK8xIIwAdjr067BowHaD8?pid=ImgDet&rs=1">
<h4>chicken raita in 299 only</h4>
</div>
</section>
<h3>Menu</h3>
<br><br>
<div class="image">
<img src="./asset/R6.jpg" alt="">
<br><br>
<img src="./asset/R62.jpg" alt="">
</div>
<br><br>
<br><br>
<div><i class="#"></i>LPU near BH6,phagwara 144401, Jalandar, Punjab, India</div>
<br>
<div><i class="#"></i>IndianFoodFactory@gmail.com</div>
<br>
<div><i class="#"></i> 56234904321 , 421230548 </div>
<br>
<div class="end">
<h1>"You don't need an inspirational quote, When you have good food"</h1>
</div>