카테고리 없음
웹프 멤버 페이지
xxvd
2018. 6. 21. 11:12
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 | <!DOCTYPE html> <html> <head> <TITLE>JEONGYEON</TITLE> <link type="text/css" rel="stylesheet"href="../css/style.css"> <link type="text/css" rel="stylesheet"href="../css/song.css"> </head> <body> <div id="header"> <span> <a href="../index.html"><img src="../img/TWICE_LOGO.png" style = "width: 8%; height: auto;" alt="twice"></a> </span> </div> <div id="container"> <ul> <li><a href="../index.html">Home</a></li> <li>|</li> <li><a href="./member.html">MEMBER</a></li> <li>|</li> <li><a href="./song.html">song</a></li> <li>|</li> <li><a href="http://twice.jype.com/">공홈</a></li> </ul> </div> <div class = "dchart"> <a class = "a1 chart main" href = "./nayeon.html" style = "border-right: 2px solid pink">Nayeon</a> <a class = "a2 chart main" href = "./jeongyeon.html" style = "border-right: 2px solid pink">JeongYeon</a> <a class = "a3 chart main" href = "./jihyo.html" style = "border-right: 2px solid pink">Jihyo</a> <a class = "a4 chart main" href = "./mina.html" style = "border-right: 2px solid pink">Mina</a> <a class = "a5 chart main" href = "./sana.html" style = "border-right: 2px solid pink">Sana</a> <a class = "a6 chart main" href = "./momo.html" style = "border-right: 2px solid pink">MoMo</a> <a class = "a7 chart main" href = "./dahyeon.html" style = "border-right: 2px solid pink">DaHyeon</a> <a class = "a7 chart main" href = "./chaeyoung.html" style = "border-right: 2px solid pink">ChaeYoung</a> <a class = "a8 chart main" href = "./tzuyu.html" style = "">Tzuyu</a> </div> <div> <img src = "../img/jeongyeon.jpg"> <p class = "title">JEONGYEON</p> <p>이름 : 유정연(兪定延) / Yu Jeongyeon)</p><br /> <p>별명 : 타조 유또검, 유또막, 유깡패, 유또울, 유정선배, 걸크러쉬, 유상해씨, 노잼형 </p><br /> <p>생일 : 1996.11.01</p><br /> <p>혈액형 : O형</p><br /> <p>취미 : 먹방, 동영상 보기</p><br /> <p>특기 : 핸드폰 게임</p><br /> <p>좌우명 : 인생은 선택이다. </p><br /> </div> </body> </html | cs |