-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathintroduction.html
38 lines (32 loc) · 1.21 KB
/
introduction.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
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'/>
<title> Farmex | Online shopping</title>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/trial_style.css"/>
<link rel="sty;esheet" href="introduction.css"/>
</head>
<header>
<ul class="topnav">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="display.html">Browse Items</a></li>
<li class="right"><a href="login.html">LOGIN</a></li>
</ul>
</header>
<body class="img">
<div class="img">
<div id="bottom-area">
<h1> FARMEX - BUY AND SELL USING CRYPTOCURRENCY</h1>
<br/><H2>LOG IN TO BUY DIRECTLY FROM FARMERS USING CRYPTOCURRENCY! </h2><br/>
<div>
<img src="images/fruitbasket.jpg"/>
</div >
<div class="button"> <a href="login.html">LOGIN</a> </div>
</div>
</div>
<div id="root"></div>
</body>
</html>