-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathverification.html
More file actions
42 lines (41 loc) · 2.44 KB
/
verification.html
File metadata and controls
42 lines (41 loc) · 2.44 KB
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
</head>
<body style="padding: 0; margin: 0">
<div style="margin: 0 auto; max-width: 600px; background: #313338;">
<div style="padding: 60px 0 60px 0">
<div style="display: flex;align-items: center;justify-content: center;background: #1e1f22;margin: 0 auto;padding: 20px 10px;max-width: 450px;border-radius: 20px;">
<img src="https://cdn.discordapp.com/icons/1068210973653074021/d55b072900d0cc808a6b678279c18c3b.png?size=1024"
style="display: inline; width: 60px; height: 60px"/>
<h1 style="display: inline-block; margin: 0; color: white; padding: 0 0 0 6px">디스코드 인증코드</h1>
</div>
</div>
<div style="max-width: 450px; margin: 0 auto; padding: 30px 0 130px 0; border-radius: 20px">
<p style="color: #cbd9d3; word-wrap: break-word; line-height: 1.375rem; font-size: 1rem; padding: 0 0 20px 0">
<span style="display: block; padding: 0 0 10px 0">
<span style="background: #5865F2; color: #f5ffff; font-weight: 1000; padding: 0.5px; border-radius: 5px; text-decoration: underline">@{{author}}</span>님,<br/>
</span>
강원대학교 재학생을 인증하기 위해서는 디스코드 창에 아래의 코드를 입력해야합니다.
아래의 코드는 재학생임을 증명하는 인증 코드입니다.
</p>
<p style="margin: 0 auto; max-width: 300px; padding: 40px; line-height: 100%; text-align: center; font-size: 40px; text-transform: uppercase; letter-spacing: 8px; border-collapse: collapse; font-family: inherit; color: white; font-weight: 1000; background: #2a2a2a; border-radius: 20px">
{{verification_code}}
</p>
</div>
</div>
<div style="margin: 0 auto; max-width: 600px; padding: 60px 0 60px 0">
<span style="padding: 0 0 10px 0; display: block">
이 이메일은 2023 Programing.KNU에서 재학생 인증을 위해 전송되었습니다.<br/>
</span>
<span style="display: block">
이 이메일은 자동 생성 및 전송되었습니다.
이 이메일에는 답장하지 마세요.
</span>
<span style="display: block">
추가적인 도움이 필요하시면 <span style="text-decoration: underline">건유1019#0001</span> 또는 <a href="mailto:gunyu1019@yhs.kr" style="color: black">gunyu1019@yhs.kr</a>으로 문의하세요.
</span>
</div>
</body>
</html>