-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavbar.html
36 lines (28 loc) · 881 Bytes
/
navbar.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>harvest</title>
<link rel="stylesheet" href="./navbar.css">
</head>
<body>
<div class="navbar">
<div id="box1"> <img src="https://logos-world.net/wp-content/uploads/2022/04/Harvest-Logo-700x394.png" alt="Logo"></div>
<div id="box2">
<a href="" >Why Harvest?</a>
<a href="" >Features</a>
<a href="" >Customers</a>
<a href="" >Intigrations</a>
<a href="" >Pricing</a>
</div>
<div id="box3">
<a href="" >Sign in</a>
<button>Try Harvest free</button>
</div>
</div>
</body>
</html>
<script>
</script>