-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfail.html
executable file
·27 lines (27 loc) · 1.09 KB
/
fail.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Mail</title>
</head>
<body style="background: #f0f3f5;">
<div style="background:#fff;margin: 50px auto;width: 600px;">
<div style="padding: 15px;text-align: center;background: #45a1e7;color: white;font-size: 24px;
">睿智狗电影 邮箱验证</div>
<div style="padding: 20px 30px;color: #333;">
<div style="line-height: 1.7;font-size: 27px;display:flex;align-items: center;justify-content: center;
">
<svg style="width: 70px;height: 70px;" viewBox="0 0 24 24">
<path fill="#ff7272" d="M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"></path>
</svg> 验证失败,请尝试请求重发邮件
</div>
<a style="text-decoration: none;" href="/">
<div style="color: white;margin: 20px;padding: 15px;box-shadow: 0 0 15px rgba(0,0,0,0.1);font-size: 20px;
text-align: center;background:#45a1e7;">返回首页</div>
</a>
<div style="line-height: 1.7;font-size: 15px;">
</div>
</div>
</div>
</body>
</html>