-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpb_header.php
More file actions
23 lines (22 loc) · 970 Bytes
/
pb_header.php
File metadata and controls
23 lines (22 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
//session_start();
?>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" class="glyphicon glyphicon-home" style="top:10px" href="main.php"><h3>HOME</h3></a>-->
<a class="navbar-brand" href="main.php">Personal Balance Sheet</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><span class="glyphicon glyphicon-user" style="margin-top:15px;margin-right:15px;"></span> </li>
<li><a href="index.php"><span class="glyphicon glyphicon-log-in"></span> Logout</a></li>
</ul>
</div>
</div>
</div>