-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (40 loc) · 1.26 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="container">
<div id="banner">
<img src="logo.jpg">
</div>
<div id="header">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">User</a></li>
<li><a href="#">Admin</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">About Us</a></li>
</ul>
</div>
</div>
<div class="slider">
<div class="slider-text">
<h2><i>Expensive But The Best</i></h2>
<h1><b>Spice Recognition</b></h1>
<h1>
<b>Welcome To Spices And Herbs Station</b></h1><br>
<p>A Spice is a Seed, Fruit, Root, Bark, Or Other Plants Substance Primarily Used For Flavouring Or Coloring Food
<div class=""></div></p>
<button class="btn">Review</button>
</div>
</div>
</div>
</div>
</body>
</html>