-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaylist.html
More file actions
82 lines (66 loc) · 2.7 KB
/
Copy pathplaylist.html
File metadata and controls
82 lines (66 loc) · 2.7 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LiMusic</title>
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/style_demas.css">
<!-- Responsive D-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap" rel="stylesheet">
</head>
<body><!-- Hola -->
<a name="top"></a>
<nav class ="headerpagina">
<img class = "kittyimg" src="style/imagenes/logotester.png" alt="logo_music">
<h1 class = "logoname">LiMusic</h1class></h1>
<h1 class = "hometitle">Playlist</h1>
<!--Cabecera-->
<nav class ="cabecerav">
<ul class = "navoptions">
<nav class ="infouno">
<li><a href="index.html"> Home </a></li>
<li><a href="detalle_artista.html">Details</a></li>
</nav>
<nav class ="infodos">
<li><a href="generos.html">Genres</a></li>
<li><a class="mediolarga" href="playlist.html">Your Playlist</a></li>
</nav>
</ul>
<div class ="buscadorito">
<form action="rdos_busqueda" method="GET">
<div class = "busca">
<label for="busqueda"></label>
<input type="text" name="busqueda" value="" class ="searchbar">
</div>
<div class = "searchbutton">
<button class= "botonto" type="submit">Search !</button>
</div>
</form>
</div>
</nav>
</nav>
<header class = "headerplay">Your Playlist:</header>
<div class = "listaplay">
</div>
</header>
<div class = "pullup">
<a href="#top">Get Back To The Top !</a>
</div>
<!-- Footer -->
<footer>
<ul class = "footer_names">
<li class = "jero">Jeronimmo Houlin</li>
<li class = "oli">Olivia Fodrini</li>
</ul>
</footer>
</div>
<!--JS-->
<script src="style/js/playlist.js"></script>
</body>
</html>