-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathy.html
More file actions
44 lines (33 loc) · 1.23 KB
/
Copy pathy.html
File metadata and controls
44 lines (33 loc) · 1.23 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
<!DOCTYPE HTML>
<html lang=“en”>
<head>
<meta charset="utf-8"/>
<meta name="keywords" content="music, rock, band, song, sound">
<meta name="description" content="CatalogBands online discography music">
<meta name="author" content="Fábio Jacob">
<meta name="robots" content="index,follow">
<link rel="stylesheet" href="../styles.css">
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<title>Y - CatalogBands</title>
</head>
<body>
<h1><a href="../index.html">CatalogBands</a></h1>
<a href="javascript:history.back()">Go Back</a>
<h2>Y</h2>
<h3>Bands...</h3>
<ol style="list-style-type: none;">
<li><a href="/y/yardbirds.html">The Yardbirds</a></li><br/>
<li><a href="./y/year-long-disaster.html">Year Long Disaster </a></li><br/>
<li><a href="./y/yo-la-tengo.html">Yo La Tengo</a></li><br/>
<li><a href="./y/youngblood-supercult.html">Youngblood Supercult</a></li><br/>
<li><a href="./y/yat-machines.html">Yat Machines</a></li><br/>
<li><a href="./y/yawning-man.html">Yawning Man</a></li><br/>
<li><a href="./y/yob.html">Yob</a></li><br/>
<li><a href="./y/young-prisms.html">Young Prisms</a></li><br/>
</ol>
<br/><br/>
<footer>
<p>CatalogBands © 2025</p>
</footer>
</body>
</html>