-
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.
- Loading branch information
Showing
106 changed files
with
4,540 additions
and
1,208 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,71 @@ | ||
<!DOCTYPE html> | ||
<html lang="ko"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>PCOT - Success</title> | ||
<style> | ||
body { | ||
display: grid; | ||
place-items: center; | ||
height: 100vh; | ||
margin: 0; | ||
background-color: #f5f5f5; | ||
text-align: center; | ||
} | ||
|
||
img { | ||
width: 200px; | ||
height: 200px; | ||
} | ||
|
||
.button { | ||
appearance: button; | ||
backface-visibility: hidden; | ||
background-color: #405cf5; | ||
border-radius: 6px; | ||
border-width: 0; | ||
box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .1) 0 2px 5px 0, rgba(0, 0, 0, .07) 0 1px 1px 0; | ||
box-sizing: border-box; | ||
color: #fff; | ||
cursor: pointer; | ||
font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, sans-serif; | ||
font-size: 100%; | ||
height: 44px; | ||
line-height: 1.15; | ||
margin: 12px 0 0; | ||
outline: none; | ||
overflow: hidden; | ||
padding: 0 25px; | ||
position: relative; | ||
text-align: center; | ||
text-transform: none; | ||
transform: translateZ(0); | ||
transition: all .2s, box-shadow .08s ease-in; | ||
user-select: none; | ||
-webkit-user-select: none; | ||
touch-action: manipulation; | ||
width: 100%; | ||
} | ||
|
||
.button:disabled { | ||
cursor: default; | ||
} | ||
|
||
.button:focus { | ||
box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<img src="https://i.ibb.co/8B0rpKM/check.png" alt="check" border="0"> | ||
<h1>이메일 인증</h1> | ||
<p>이메일 인증이 완료되었습니다.</p> | ||
<button class="button" role="button" onclick="window.location.href='https://pcothub.com'">확인</button> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,3 @@ | |
transform: rotate(360deg); | ||
} | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.