<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="UTF-8">
|
<title>CONNECT-FAIL</title>
|
<link type="text/css" rel="stylesheet" href="/assets/styles/main.css">
|
</head>
|
<body class="full-screen">
|
<div class="withdraw-acc all-wrapper">
|
<h3><i class="os-icon os-icon-cancel-circle"></i></h3>
|
<h4>소셜로 가입한 정보가 없습니다.</h4>
|
<img src="/assets/images/loginlogo.png">
|
</div>
|
|
<script>
|
window.close();
|
alert("기존에 가입하신 계정은 선택한 소셜로 가입한 정보가 없습니다. 다시 확인 후 로그인 해주세요.");
|
</script>
|
</body>
|
</html>
|