-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 1.99 KB
/
index.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
<!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" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400&display=swap"
rel="stylesheet"
/>
</head>
<body>
<h1>
<a href="index.html"
><img src="img/logo.png" width="200px" alt="lynch."
/></a>
</h1>
<div id="grid">
<ul>
<li><a href="1.html">MEMBER</a></li>
<li><a href="2.html">DISCOGRAPHY</a></li>
<li><a href="3.html">VIDEO</a></li>
</ul>
<div id="article">
<img src="img/lynch..jpeg" width="100%" alt="lynch." />
<p>
<strong>lynch.</strong>(린치)는 나고야 출신의 일본 비주얼계
메탈코어밴드.<br />
밴드명의 끝에 붙은 .까지가 정식 명칭이다.<br />
컨셉은 헤비한 사운드와 아름다운 멜로디의 결합.<br />
2004년 8월 레오, 하즈키, 아사나오를 중심으로 결성.<br />
2006년에 세컨드 기타 유스케가 가입, 2010년에 서포트 베이스로 활동하던
아키노리가 가입하였다.<br />
2011년 6월 앨범 「I BELIEVE IN ME」을 발매하며 메이저에 데뷔하였다.<br />
</p>
<p style="font-family: 'Times New Roman', Times, serif">
link:
<a href="https://pc.lynch.jp" target="_blank">Official Website</a> /
<a href="https://en.wikipedia.org/wiki/Lynch_(band)" target="_blank"
>Wikipedia</a
>
</p>
</div>
</div>
<script src="java.js"></script>
</body>
</html>