-
Notifications
You must be signed in to change notification settings - Fork 1
/
seyeon.html
60 lines (55 loc) · 2.24 KB
/
seyeon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>아이유</title>
<style>
@font-face {
font-family: 'RIDIBatang';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/RIDIBatang.woff') format('woff');
font-weight: normal;
font-style: normal;
}
</style>
</head>
<body>
<!-- 아이유 -->
<h1 style="color:#fff; background-color: #966bbe; font-family: 'RIDIBatang'; line-height: 55px;">아이유</h1>
<img src="./IU.jpg" alt="아이유사진" width="540" height="750">
<!-- 소개 -->
<p style="color:#fff; background-color: #966bbe; font-family: 'RIDIBatang'; font-size: x-large; line-height: 40px;" >소개</p>
<table border="1">
<tr>
<td style="background-color: #ffc0cb";>본명</td>
<td>이지은</td>
</tr>
<tr>
<td style="background-color: #ffc0cb";>출생</td>
<td>1993년 5월 16일</td>
</tr>
<tr>
<td style="background-color: #ffc0cb";>소속사</td>
<td>EDAM엔터테인먼트 </td>
</tr>
<tr>
<td style="background-color: #ffc0cb";>SNS</td>
<td><a href="https://www.instagram.com/dlwlrma/">인스타그램</a></td>
</tr>
</table>
<!-- 앨범 -->
<p style="color:#fff; background-color: #966bbe; font-family: 'RIDIBatang'; font-size: x-large; line-height: 40px;">앨범</p>
<p>정규앨범</p>
<ul>
<li>1집 Growing Up</li>
<li>2집 Last Fantasy</li>
<li>3집 Mdoern Times</li>
<li>4집 Palette</li>
<li>5집 LILAC</li>
</ul>
<!-- 기타(영상) -->
<p style="color:#fff; background-color: #966bbe; font-family: 'RIDIBatang'; font-size: x-large; line-height: 40px;">기타</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/v7bnOxV4jAc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>