-
Notifications
You must be signed in to change notification settings - Fork 0
/
success.html
executable file
·24 lines (24 loc) · 1.13 KB
/
success.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
<!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="#00d400" d="M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M11,16.5L18,9.5L16.59,8.09L11,13.67L7.91,10.59L6.5,12L11,16.5Z"></path>
</svg> 验证成功,您现在可以发表文章
</div>
<a style="text-decoration: none;" href="/admin"><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>