-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlbumsformatted.html
More file actions
64 lines (60 loc) · 1.7 KB
/
Albumsformatted.html
File metadata and controls
64 lines (60 loc) · 1.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
<!DOCTYPE html>
<html>
<head>
<title>Title of Album</title>
</head>
<body style="margin:75px">
<center><img src="https://upload.wikimedia.org/wikipedia/en/0/08/Chulahoma-_The_Songs_Of_Junior_Kimbrough.jpg"
alt="Image of Album Cover"
style="width: 300px;"/></center>
<p>
<center><b><big>Chulahoma</big></b></center>
<center><big><a href="https://theblackkeys.com">The Black Keys</a></big></center>
<center>May 2nd, 2006</center>
</p>
<hr>
<center><big>Band Members and Producers</big></center>
<ul>
<li>Dan Auerbach - vocals, electric guitar, bass, slide guitar, organ, baritone guitar</li>
<li>Patrick Carney - drums and percussion</li>
<li>Producer - The Black Keys</li>
</ul>
<table border="1" width="100%">
<tr bgcolor="grey">
<th>Track #</th>
<th>Track Title</th>
<th>Track Length</th>
</tr>
<tr>
<td><center>1</center></td>
<td><center>Keep Your Hands Off Her</center></td>
<td><center>3:07</center></td>
</tr>
<tr>
<td><center>2</center></td>
<td><center>Have Mercy on Me</center></td>
<td><center>4:43</center></td>
</tr>
<tr>
<td><center>3</center></td>
<td><center>Work Me</center></td>
<td><center>4:16</center></td>
</tr>
<tr>
<td><center>4</center></td>
<td><center>Meet Me in the City</center></td>
<td><center>3:38</center></td>
</tr>
<tr>
<td><center>5</center></td>
<td><center>Nobody but You</center></td>
<td><center>5:22</center></td>
</tr>
<tr>
<td><center>6</center></td>
<td><center>My Mind is Ramblin'</center></td>
<td><center>6:45</center></td>
</tr>
</table>
</body>
</html>