-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
59 lines (49 loc) · 1.44 KB
/
Copy pathheader.php
File metadata and controls
59 lines (49 loc) · 1.44 KB
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
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.display {
margin-top: -35px;
margin-left: 95%;
color: white;
font-style: bold;
}
</style>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Super Market</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700' rel='stylesheet' type='text/css'>
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-datetimepicker.min.css" rel="stylesheet">
<link href="css/flexslider.css" rel="stylesheet">
<link href="css/templatemo-style.css" rel="stylesheet">
</head>
<body class="tm-gray-bg">
<!-- Header -->
<div class="tm-header">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-4 col-sm-3 tm-site-name-container">
<a href="#" class="tm-site-name">MAX-BAZZAR</a>
</div>
<div class="col-lg-6 col-md-8 col-sm-9">
<div class="mobile-menu-icon">
<i class="fa fa-bars"></i>
</div>
<nav class="tm-nav">
<ul>
<li><a href="index.html" class="active">HOME</a></li>
<li><a href="complaint.php">COMPLAINTS</a></li>
<li><a href="cart.php">MY CART</a></li>
<li><a href="logout.php">LOGOUT</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</script>
</body>
</html>