-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-spotify-playlist.html
89 lines (78 loc) · 2.51 KB
/
my-spotify-playlist.html
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
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="tugas.css">
<title>Document</title>
</head>
<body>
<header>
<h1>Mitzukara Profile</h1>
</header>
<div class="Profile-container">
<img src="https://avatars.githubusercontent.com/u/162026440?v=4" alt="pp" class="Profile-picture">
</div>
<ul>
<li>Mitz~</li>
<li><a href="https://github.com/FryBanzie109">GitHub</a> </li>
</ul>
<main>
<div>
<img src="https://i.pinimg.com/564x/21/1b/ce/211bce52a492f90987fa01640797a6d1.jpg" alt="p">
<img src="https://i.pinimg.com/564x/8e/49/5a/8e495a55f8daa386845eb682642123c2.jpg" alt="p">
<img src="https://i.pinimg.com/564x/1d/9a/9c/1d9a9c8aa8c692784f412e3929357733.jpg" alt="p">
<img src="https://i.pinimg.com/564x/e7/3c/52/e73c52528e36f21c68bfd17c14392d8b.jpg" alt="p">
<img src="https://i.pinimg.com/564x/a2/27/5e/a2275e85c1cbfc5fcb08f9c788ef81d6.jpg" alt="p">
<img src="https://i.pinimg.com/564x/b1/ce/5e/b1ce5e67d9fd6cfbab1fc5fb00a61d10.jpg" alt="p">
</div>
</main>
<section>
<h2>Informasi Playlist Spotify</h2>
<table property border=""
<tr>
<th>Nama Lagu</th>
<th>Artis</th>
<th>Album</th>
</tr>
<tr>
<td>Matsuri</td>
<td>Fuji Kaze</td>
<td>LOVE ALL SERVE ALL</td>
</tr>
<tr>
<td>Odoriko</td>
<td>Vaundy</td>
<td>replica</td>
</tr>
<tr>
<td>The Dumb Song</td>
<td>AJR</td>
<td>The Maybe Man</td>
</tr>
<tr>
<td>Mr.Brightside</td>
<td>The Killers</td>
<td>Hot Fuss</td>
</tr>
<tr>
<td>Honeypie</td>
<td>JAWNY</td>
<td>For Abby</td>
</tr>
<tr>
<td>Burning Friday Night</td>
<td>Lucky Kilimanjaro</td>
<td>FULLCOLOR</td>
</tr>
<tr>
<td>Exit Music</td>
<td>Radiohead</td>
<td>OK Computer </td>
</tr>
</table>
<footer>
<p>© 2024 Meet Mitz</p>
</footer>
</body>
</html>