-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (63 loc) · 2.2 KB
/
index.html
File metadata and controls
80 lines (63 loc) · 2.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>REB STAR</title>
<link rel="stylesheet" href="styel.css">
</head>
<body>
<div class="header">
<nav>
<h1>Reb star</h1>
<ul>
<li>Home|</li>
<li>Receipe|</li>
<li>contact us|</li>
</ul>
</nav>
</div>
<div class="product">
<div class="box">
<img src="https://th.bing.com/th/id/OIP.xX3IBIM1H5OWFT9ERjJGggHaHa?w=186&h=186&c=7&r=0&o=5&dpr=1.3&pid=1.7">
<h3>Tangy Tamaarid Prawn Curry</h3>
<p>something which is very delicious</p>
<button> Ordrer Now</button>
</div>
<div>
<div class="box">
<img src="https://th.bing.com/th/id/OIP.L2ILEk2nPZxsIWX9LEzhnwHaJE?w=153&h=186&c=7&r=0&o=5&dpr=1.3&pid=1.7">
<h3>Tangy Tamaarid Prawn Curry</h3>
<p>something which is very delicious</p>
<button> Ordrer Now</button>
</div>
<div>
<div class="box">
<img src="https://th.bing.com/th/id/OIP.PQdXzJ95J4Dw2c9aQnHZSQHaG4?w=178&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7">
<h3>Tangy Tamaarid Prawn Curry</h3>
<p>something which is very delicious</p>
<button>Ordrer Now</button>
</div>
<div class="contact us">
<nav>
<h1>contact us</h1>
<center>
<form>
<table>
<tr>
<td>Name</td> <td><input type="text" placeholder="Name"></td>
</tr>
<tr>
<td>Age</td> <td><input type="text" placeholder="Age"></td>
</tr>
<tr>
<td>Email</td> <td><input type="text" placeholder="Email"></td>
</tr>
</table>
</form>
<button>Send</button>
</center>
</nav>
</div>
</body>
</html>