MihoyoBBSTools/assets/email_example.html

29 lines
772 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<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>AutoMihoyoBBS</title>
</head>
<body>
<div class="cover">
<!-- 邮箱只解析行内样式 -->
<img src="https://iw233.cn/api/Random.php" alt="background" style="width: 100%;
filter: brightness(50%)">
<section style="position: fixed; width: 100%;
top: 10%;
left: 0;
text-align: center;
font-weight: 800;">
<!-- 添加阴影防止背景太鲜艳看不清文字 -->
<h2 style="color: #fff;text-shadow:0px 0px 10px #000;">{title}</h2>
<p style="color: #fff;text-shadow:0px 0px 10px #000;">{message}</p>
</section>
</div>
</body>
</html>