-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathz.html
More file actions
48 lines (37 loc) · 1.36 KB
/
z.html
File metadata and controls
48 lines (37 loc) · 1.36 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
<!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>Z - CatalogBands</title>
</head>
<body>
<h1><a href="../index.html">CatalogBands</a></h1>
<a href="javascript:history.back()">Go Back</a>
<h2>Z</h2>
<h3>Bands...</h3>
<ol style="list-style-type: none;">
<li><a href="/z/zwan.html">Zwan</a></li><br/>
<li><a href="./z/zombie-jihad.html">Zombie Jihad</a></li><br/>
<li><a href="./z/zombies.html">Zombies </a></li><br/>
<li><a href="./z/zz-top.html">ZZ Top</a></li><br/>
<li><a href="./z/zed.html">Zed</a></li><br/>
<li><a href="./z/zefirina-bomba.html">Zefirina Bomba</a></li><br/>
<li><a href="./z/zen-bison.html">Zen Bison</a></li><br/>
<li><a href="./z/zippo.html">Zippo</a></li><br/>
<li><a href="./z/zodiac.html">Zodiac</a></li><br/>
<li><a href="./z/zoids.html">Zoids</a></li><br/>
<li><a href="./z/zong.html">Zong</a></li><br/>
<li><a href="./z/zoot-money.html">Zoot Money</a></li><br/>
</ol>
<br/><br/>
<footer>
<p>CatalogBands © 2025</p>
</footer>
</body>
</html>