-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from Atflow-Corp/bssanyang-patch-5
디바이스 인증 성공 / 실패 화면 수정
- Loading branch information
Showing
4 changed files
with
101 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="ko"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" href="img/Logo.png" type="image/png"> | ||
<link rel="stylesheet" href="main2.css"> | ||
<title>디바이스 검증 실패</title> | ||
</head> | ||
<body> | ||
<div class="device-background"> | ||
<div class="block2-center"> | ||
<div><img src="img/error_icon.svg"></div> | ||
<div class="h2">디바이스 인증 실패</div> | ||
<div class="h3">계정 정보와 디바이스 인증에 실패했습니다.<br> | ||
문제가 지속되면 고객센터로 문의해주세요.</div> | ||
<div class="button-group"> | ||
<button class="button-group-home">홈으로</button> | ||
<button class="button-group-retry">재시도</button> | ||
</div> | ||
|
||
|
||
|
||
<div class="spacer"></div> | ||
<img src="img/2logo.svg" width="102px" height="auto"> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters