-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome1.php
44 lines (40 loc) · 2.41 KB
/
home1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Musik</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/-Login-form-Page-BS4-.css">
<link rel="stylesheet" href="assets/css/Bold-BS4-Footer-Big-Logo.css">
<link rel="stylesheet" href="assets/css/Navigation-with-Button.css">
<link rel="stylesheet" href="assets/css/Registration-Form-with-Photo.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div>
<nav class="navbar navbar-light navbar-expand-md fixed-top navigation-clean-button" style="height:58px;">
<div class="container"><a class="navbar-brand" href="#"><img src="assets/img/mysound.jpg" id="logo">Home Musik</a><button class="navbar-toggler" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div
class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="navbar-text actions"><a href="home1.php">Home</a></li>
<li class="dropdown"><a class="dropdown-toggle nav-link dropdown-toggle" data-toggle="dropdown" aria-expanded="false" href="#">Jenis Lagu </a>
<div class="dropdown-menu" role="menu"><a class="dropdown-item" role="presentation" href="daftarlagu.php?kategori=Lagu Indonesia">Lagu Indonesia</a><a class="dropdown-item" role="presentation" href="daftarlagu.php?kategori=Lagu Luar">Lagu Luar</a><a class="dropdown-item" role="presentation" href="daftarlagu.php?kategori=Religi">Religi</a></div>
</li>
<a class="btn btn-light action-button" role="button" href="logout.php">Logout</a></span></div>
</div>
</nav>
</div>
<div id="layerjudul" style="height:317px;">
<div class="jumbotron" style="height:234px;">
<h1 style="padding:0px;padding-top:30px;">Home Musik</h1>
<p><em>"Musik the memories"</em></p>
<p></p>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>