-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_nav1.php
More file actions
25 lines (10 loc) · 705 Bytes
/
_nav1.php
File metadata and controls
25 lines (10 loc) · 705 Bytes
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
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" style="background-color:#333;">
<!-- <a class="navbar-brand" >Tickit booking</a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<a class="nav-link" href="musicH.php" style="color:white;"> M U S I C - P L A Y E R </a>
</form>
</div>
</nav>