MihoyoBBSTools/assets/email_example.html
2022-09-02 15:08:49 +08:00

27 lines
588 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(80%)">
<section style="position: fixed;
width: 100%;
top: 30%;
left: 0;
text-align: center;">
<h2>{title}</h2>
<h3>{message}</h3>
</section>
</div>
</body>
</html>