개인정보처리방침 & 이용약관 링크 추가

This commit is contained in:
2018-04-27 23:51:57 +09:00
parent 5ed31881e6
commit 62c6ba362d
2 changed files with 14 additions and 1 deletions
+11 -1
View File
@@ -103,4 +103,14 @@ input::-webkit-input-placeholder {
#btn_kakao_login:hover {
background-image:url('../oauth_kakao/kakao_login_join_ov.png');
}
}
#bottom_box{
position:fixed;
bottom:0;
width:100%;
left:0;
}
#bottom_box .container{
text-align:center;
}
+3
View File
@@ -151,5 +151,8 @@ function postOAuthResult(result){
</div>
</div>
</div>
<div id="bottom_box">
<div class="container"><a href="oauth_kakao/terms.2.html">개인정보처리방침</a> &amp; <a href="oauth_kakao/terms.1.html">이용약관</a><br>© 2018 • HideD
</div></div>
</body>
</html>