-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathx.html
More file actions
36 lines (26 loc) · 788 Bytes
/
x.html
File metadata and controls
36 lines (26 loc) · 788 Bytes
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
<!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>X - CatalogBands</title>
</head>
<body>
<h1><a href="../index.html">CatalogBands</a></h1>
<a href="javascript:history.back()">Go Back</a>
<h2>X</h2>
<h3>Bands...</h3>
<ol style="list-style-type: none;">
<li><a href="/x/xysma.html">Xysma</a></li><br/>
</ol>
<br/><br/>
<footer>
<p>CatalogBands © 2025</p>
</footer>
</body>
</html>