-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsinger.html
72 lines (65 loc) · 2.49 KB
/
singer.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
69
70
71
72
<!DOCTYPE html>
<html lang="ko">
<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>Jayci yucca</title>
<meta property="og:title" content="제이씨 유카">
<meta property="og:description" content="제이씨 유카 소개">
<meta property="og:image" content="./앨범커버.jpg">
<style>
h1 {
text-align: center;
border-bottom: 1px solid gray;
padding: 20px;
margin: 0;
}
img#profile {
width: 11%;
margin: 20px;
border: 5px solid black;
display: block;
margin-left: auto;
margin-right: auto;
}
img#album {
width: 80%;
}
#grid {
display: grid;
grid-template-columns: 200px 1fr;
}
</style>
</head>
<body>
<h1><a>🎶제이씨 유카 (Jayci yucca)</a></h1>
<img id="profile" src="제이씨유카.png" title="제이씨유카" alt="이미지를 불러올 수 없습니다.">
<h2>소개</h2>
<ul style="list-style-type: square;">
<li>장르: 감성 힙합, 하이틴 락</li>
<li>본명: 정의성</li>
<li>출생: 1995년 2월 15일</li>
<li>소속사: PYRAT</li>
<li><a href="https://www.instagram.com/jayci_yucca/">인스타그램</a></li>
</ul><br>
<h2>도울의 최애 앨범 - The Last Boy In The Class 2</h2>
<div id="grid">
<div>
<img id="album" src="앨범커버.jpg" title="The Last Boy In The Class 2" alt="이미지를 불러올 수 없습니다.">
</div>
<div>
<ol>
<li><a href="https://www.youtube.com/watch?v=IIiDW8dKokQ&list=OLAK5uy_loXW50dr3xqIV-3qD5Z4jmr_v3MOioLzU"
target="_blank">Fxcked Up</a></li>
<li><a href="https://www.youtube.com/watch?v=DOgMJLx_USc&list=OLAK5uy_loXW50dr3xqIV-3qD5Z4jmr_v3MOioLzU&index=2"
target="_blank">Internet Love</a></li>
<li><a href="https://www.youtube.com/watch?v=Bb-CUTBec34" target="_blank">LAST GIRL</a></li>
<li><a href="https://www.youtube.com/watch?v=N87whITNgEo&list=OLAK5uy_loXW50dr3xqIV-3qD5Z4jmr_v3MOioLzU&index=10"
target="_blank">어쨌거나</a></li>
(클릭 시 유튜브로 이동)
</ol>
</div>
</div>
</body>
</html>