alert('회원 정보가 일치하지 않습니다.')
prompt('회원 정보를 입력하세요')
let result = confirm('회원가입 하시겠습니까?'); if(result) { window.location.href = 'letin' } else { window.location.href = 'login' }