-
Notifications
You must be signed in to change notification settings - Fork 0
/
2.html
68 lines (68 loc) · 2.6 KB
/
2.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
<!DOCTYPE html>
<html>
<head>
<title>lynch. unofficial fansite</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>
<a href="index.html"><img src="img/logo.png" width="200px" alt="logo" /></a>
</h1>
<div id="grid">
<ul>
<li><a href="1.html">MEMBER</a></li>
<li><a href="2.html" id="active">DISCOGRAPHY</a></li>
<li><a href="3.html">VIDEO</a></li>
</ul>
<div id="article" style="font-family: 'Times New Roman', Times, serif">
<h2>DISCOGRAPHY</h2>
<h3>Albums</h3>
<p style="line-height: 1.5">
Greedy Dead Souls (April 20, 2005)<br />
The Avoided Sun (April 25, 2007)<br />
The Buried (November 7, 2007)<br />
Shadows (July 8, 2009)<br />
I Believe in Me (June 1, 2011)<br />
Inferiority Complex (June 27, 2012)<br />
Gallows (April 9, 2014)<br />
D.A.R.K.: In the Name of Evil (October 7, 2015)<br />
Avantgarde (September 14, 2016)<br />
XIII (July 11, 2018)<br />
Ultima (March 18, 2020)<br />
Reborn (March 1, 2023)<br />
</p>
<h3>EPs</h3>
<p style="line-height: 1.5">
Underneath the Skin (November 16, 2005)<br />
Exodus (August 14, 2013)<br />
Sinners (May 31, 2017)<br />
Sinners: No One Can Fake My Blood (April 25, 2018)<br />
</p>
<h3>Singles</h3>
<p style="line-height: 1.5">
"A Grateful Shit" (July 20, 2006)<br />
"Roaring in the Dark" (November 15, 2006)<br />
"Enemy" (December 13, 2006)<br />
"Forgiven" (January 17, 2007)<br />
"Adore" (April 2, 2008)<br />
"Ambivalent Ideal" (October 15, 2008)<br />
"A Gleam in Eye" (April 28, 2010)<br />
"Judgement" (September 22, 2010)<br />
"Mirrors" (November 9, 2011)<br />
"Lightning" (October 24, 2012)<br />
"Ballad" (February 20, 2013)<br />
"Anathema" (July 13, 2013)<br />
"Evoke" (August 5, 2015)<br />
"Eternity" (September 2, 2015)<br />
"Blood Thirsty Creature" (November 8, 2017)<br />
"Creature" (November 11, 2017)<br />
"Xero" (March 18, 2020)<br />
"Allive" (digital single, December 23, 2020)<br />
</p>
</div>
</div>
</body>
</html>