-
Notifications
You must be signed in to change notification settings - Fork 0
/
drinks.html
145 lines (122 loc) · 5.29 KB
/
drinks.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Drinks</title>
<style>
a {
color: black;
}
</style>
</head>
<body style=background-color:black;color:white;>
<h1 style=color:red;white;display:inline;margin-left:30px;>KFC</h1>
           
<a href="index.html" style=color:white;font-size:30px;text-decoration:none;>Home</a>
           
<a href="about.html" style=color:white;font-size:30px;text-decoration:none;>About Us</a>
           
<a href="menu.html" style=color:white;font-size:30px;text-decoration:none;>Menu</a>
                                   
     
                                   
                           
               
<a href="mailto:mudassirtabani@gmail.com" style=color:white;font-size:30px;text-decoration:none;>Feedback</a>
   
<a href="tel:+92 323 3211789">
<img src="Images/whatsapp2.jpg" alt="loading" width="50" height="50">
</a>
<a href="kfc.html">
<img src="Images/uncle.jpg" alt="wait" width="50" height="50" style=float:right;>
</a>
<hr color="red">
<br><br><br><br><br>
<center>
<table border="10" height="60px" width="400px" cellpadding="10px"
style=background-color:orange;color:white;font-size:30px;>
<tr>
<th colspan="3">Items</th>
</tr>
<tr>
<td><a href="burger.html">Burgers</a></td>
<td><a href="broast.html">Broast</a></td>
<td><a href="drinks.html">Drinks</a></td>
</tr>
</table>
</center>
<br></br>
<br><br><br>
<img src="Images/pepesi.png" alt="wait" width="250">
<img src="Images/mirinda.png" alt="wait" width="250">
<img src="Images/water.png" alt="wait" width="250">
<img src="Images/7up.png" alt="wait" width="250">
<p>
<h1>
     
Pepsi
                   
Mirinda
         
Mineral Water 500ml
           
7UP Regular
</h1>
           
Pepsi Regular:
                                   
Mirinda Regular
                     
Mineral Water 500ml: Stay hydrated with our refreshing
         
7UP Regular: Experience the
<br>
<b>
           
Rs 140
                                   
             
Rs 140
                                   
Rs 90
                                   
                                   
                 
Rs 140
</b>
</p>
<center>
<img src="Images/dew.PNG" alt="wait" width="250">
<img src="Images/pepsi2.png" alt="wait" width="250">
</center>
<p>
<h1>
                                 
Mountain Dew Regular
     
1.5 Ltr Drink
</h1>
                                 
                                 
Mountain Dew Regular: Energize yourself with the....
       
Get a large serving of refreshment with our 1.5 Ltr....
<b>
                                   
     
                                   
   
                                   
           
Rs 140
                                   
           
                                 
Rs 250
</b>
</p>
<h2 style=background-color:red;>
<center>Add To Bucket</center>
</body>
</html>