커뮤니티
포인트
로딩중
쿠폰
내 강의실
국비 신청 내역
수강권
증명서
숙제 피드백
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
카카오톡링크공유문구가 안바뀌어요 ㅠ
나만의 프로필 링크 페이지 만들기
1주차
북마크
정*영
댓글
10
추천
0
조회수
46
조회수
46
답변 완료

카톡으로 링크보내면 계속 르탄이가 나오네요 ㅠ

어디가 잘못된걸까요?

카톡캐시를 삭제했는데도 그대로예요


<!DOCTYPE html>

<html>

<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">

    <meta property="og:title" content="벨 루 민 [bellumine]">

    <meta property="og:description" content="핸드메이드 뜨개 디자이너 브랜드">

    <meta property="og:image" content=" url(로고.jpg)">

    <title>벨 루 민 [bellumine]</title>

    <style>

        @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* {

    font-family: "Pretendard",serif;

}

        body{

            background-color: rgb(250, 221, 214);

        }

        .profile{

            width: 100px;

            height: 100px;


            background-color: palegoldenrod;

            border-radius: 100%;


            border : 2px solid white;


            background-image: url(로고.jpg);

            background-position: center;

            background-size: cover;

        }

        .main {

            color: white;

            font-size: 20px;


            margin-top: 30px;

            margin-bottom: 10px;

        }

        .sub {

            color: white;

            font-size: 15px;


            margin-top: 0px;

        }

        .wrap {

            width: 300px;

            margin: 30px auto 0px auto;


            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

        }

        .wrap > a {

            width: 300px;

            height: 50px;


            background-color: white;

            border-radius: 8px;


            margin-bottom: 10px;


            font-size: 14px;

            font-weight: bold;

            color : rgb(250, 198, 198);


            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

           

            text-decoration: none;



           

        }

    </style>

</head>

<body>

    <div class="wrap">

        <div class="profile"></div>

        <h1 class="main">벨 루 민 [Bellumine]</h1>

        <p class="sub">핸드메이드 뜨개 디자이너 브랜드</p>

        <a target="_blank" href="https://smartstore.naver.com/bellumine_oung">스마트스토어</a>

        <a target="_blank" href="https://www.youtube.com/channel/UCAlExXQQG_owuaTDwJiOpDQ">유튜브</a>

        <a target="_blank" href="https://blog.naver.com/wrd3238">블로그</a>

        <a target="_blank" href="https://www.instagram.com/bellumine_/">인스타그램</a>

    </div>

 

</body>

</html>

취소
 공유
취소
댓글 0
댓글 알림
나의얼굴