-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathheader.php
33 lines (29 loc) · 966 Bytes
/
header.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>e-farm</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/all.css">
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid" id ="nav">
<div class="navbar-header">
<a class="navbar-brand" id="logo" href="index.php">Connect</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li ><a href="index.php" id="link">Home</a></li>
<li><a href="#" id="link">About Us</a></li>
<li><a href="#" id="link">Support</a></li>
<li><a href="#" id="link">
<img src="img/Capture.png" width="17px" height="21px" />
বাংলা</a></li>
</ul>
</div>
</nav>
</body>
</html>