-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathadminheader_faces.php
52 lines (19 loc) · 1021 Bytes
/
adminheader_faces.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
44
45
46
47
48
49
50
51
52
<?php
?>
<!-- Header
================================================== -->
<header>
<img src="images/crime.jpg" alt="" style="width:100%; height:50%;" />
<nav role="navigation" class="navbar navbar-inverse">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
</div>
<!-- Collection of nav links, forms, and other content for toggling -->
<div id="navbarCollapse" class="collapse navbar-collapse">
<br>
<a href="logout.php"><span class="glyphicon glyphicon-user"></span> Log Out</a>
<a href="myresult.php"><span class="glyphicon glyphicon-user"></span> Crime Detail</a>
<a href="Aadhar_Report.php"><span class="glyphicon glyphicon-user"></span> Aadhar Detail</a>
</div>
</nav>
</header>