-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIndex.html
More file actions
102 lines (54 loc) · 2.5 KB
/
Copy pathIndex.html
File metadata and controls
102 lines (54 loc) · 2.5 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
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
<!DOCTYPE html>
<html>
<head>
<title> Chill & Eat iKota House</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav">
<a href="Index.html"> Home</a>
<a href="About.html"> About Us</a>
<a href="Contact.html"> Contact us</a>
</div>
<div class="main1">
<h1> CHILL ND EAT i-KOTA </h1>
<p> We have a variety of different and independent flavor profiles in our Kota range which in our industry is quite rare. Our menu attempts to accommodate a wide range of clients including those who would be completely new to the products.
The Menu attempts to include and invite all diverse races of South Africa to the truly loved and culturally intrenched meal.</p>
</div>
<h2> Our Products</h2>
<div class="products">
<table>
<tr>
<th> <a href="kingplatter.html"> <img src="images/Kota.png" height="300"> </a> </th>
<th> <a href="kingsilas.html"> <img src="images/Kottt.png" height="300" width="470"> </a> </th>
</tr>
<tr>
<td> King Platter <h6> 25 still on promo</h6> </td>
<td> King Silas <h6> 15 still on promo</h6></td>
</tr>
</table>
<br>
<hr/>
<table>
<tr>
<th> <a href="kinglicious.html"> <img src="images/kata3.png" height="300"> </a> </th>
<th> <a href="loafbite.html"> <img src="images/kota3.png" height="300" width="470"> </a> </th>
</tr>
<tr>
<td> King Licious <h6> 5 still on promo</h6></td>
<td> Loaf Bite <h6> 30 still on promo</h6> </td>
</tr>
</table>
<br>
<hr/>
<table>
<tr>
<th> <a href="kingsingle.html"> <img src="images/k1.png" height="300"> </a> </th>
</tr>
<tr>
<td> King Single <h6> 9 still on promo</h6></td>
</tr>
</table>
</div>
</body>
</html>