-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
43 lines (38 loc) · 861 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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rokto Bondhon</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- <div class="hero">
Call Now:<a>+8801981308611
<a href="#">thisisnayanray@gmail.com</a>
</div> -->
<div class="header">
<div class="logo">
<?php session_start();?>
<a href="index.php"><img src="asset/logo.png"></a>
</div>
<div class="menu">
<ul>
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="#">Affiliate organization</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="reg.php">Registration</a>
</li>
<li>
<a href="login.php">Log In</a>
</li>
</ul>
</div>
</div>