<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="UTF-8">
|
<title>LOGIN-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>
|
alert("소셜 연동을 실패했습니다. 회원 가입으로 진행 해주세요.");
|
</script>
|
</body>
|
</html>
|