MihoyoBBSTools/assets/email_example.html

28 lines
605 B
HTML
Raw Normal View History

2022-09-02 07:08:49 +00:00
<!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(80%)">
2022-09-02 08:00:05 +00:00
<section style="position: fixed; width: 100%;
top: 10%;
2022-09-02 07:08:49 +00:00
left: 0;
2022-09-02 08:00:05 +00:00
text-align: center;
font-weight: 800;">
2022-09-02 07:08:49 +00:00
<h2>{title}</h2>
2022-09-02 08:00:05 +00:00
<p>{message}</p>
2022-09-02 07:08:49 +00:00
</section>
</div>
</body>
2022-09-02 08:00:05 +00:00
</html>