forked from code-bootcamp/doumdattgi_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="ko">
<head>
<title>Document</title>
</head>
<body>
<div style="width: 775px; padding: 80px; background-color: #fafafa; margin: 0; box-sizing: border-box;">
<h1>
<img style="height: 88px; color: #bfbfbf; padding-bottom: 45px; margin: 0" src="https://storage.googleapis.com/doumdattgi-storage/logo.svg"></img>
</h1>
<p style="font-size: 36px; color: #111; padding-bottom: 30px; font-weight: bold; margin: 0">안녕하세요 @@@@@ 님,</p>
<p style="font-size: 18px; color: #111; padding-bottom: 30px; margin: 0">@@@@@ 계정으로 로그인하는 데 필요한 코드:</p>
<div style="background-color: #88b04b; padding: 30px 56px; margin: 0 0 70px 0; box-sizing: border-box;">
<p style="font-size: 48px; color: #fff; font-weight: bold; margin: 0; text-align: center">123456</p>
</div>
<p style="font-size: 18px; line-height: 25px; color: #111; padding-bottom: 30px; margin: 0">
이 이메일이 생성된 이유는 124.57.227.66 (KR)에 위치한 웹이나 모바일 기기에서 로그인 시도가 있었기 때문입니다. 로그인 시도 당시 계정 이름과 비밀번호는 정확했습니다.
<br/>
<br/>
로그인하려면 Steam Guard 코드(이)가 필요합니다. 이 이메일이 없으면 누구도 귀하의 계정에 접속할 수 없습니다.
<br/>
<br/>
로그인하려고 한 게 아니라면 Steam 비밀번호를 변경해 주세요. 계정 보안을 유지하기 위해 이메일 비밀번호도 변경하시는 것이 좋습니다.
</p>
<div style="border-left: 5px solid #88b04b; padding: 20px 0 20px 40px; font-size: 16px; line-height: 22px; color: #444; font-weight: 600; box-sizing: border-box;">
감사합니다,
<br/>
도움닫기 팀 일동
</div>
</div>
</body>
</html>