-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe-welcome.html
52 lines (51 loc) · 1.72 KB
/
subscribe-welcome.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>매일 메일</title>
</head>
<body style="margin: 0; padding: 0">
<div style="
height: 100%;
width: 100%;
font-family: Arial, sans-serif;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
">
<div style="
background-color: #ffffff;
padding: 40px;
border-radius: 8px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
max-width: 400px;
width: 100%;
word-break: keep-all;
">
<a href="https://www.maeil-mail.kr/" style="
display: block;
margin-bottom: 40px;
text-decoration: none;
width: 5.5rem;
font-weight: bold;
">
<p style="color: #00a86b">매일메일</p>
</a>
<h2>매일메일 구독을 환영합니다.</h2>
<p>
신규 구독을 환영합니다. 🎉 <br>
<br>
앞으로 <b>오전 7시마다</b> 저희가 직접 고르고 작성한 면접 질문과 답변을 보내드릴게요.<br>
<br>
매일메일을 찾아주셔서 진심으로 감사드립니다.<br />
<br />
<span style="
color: #b0b0b0
">*구독자분들의 휴식을 위해, 주말에는 메일을 보내드리지 않아요. 참고해 주세요.</span> <br>
</p>
</div>
</div>
</body>
</html>