MihoyoBBSTools/assets/email_example.html
2022-09-02 16:00:05 +08:00

28 lines
605 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: 10%;
left: 0;
text-align: center;
font-weight: 800;">
<h2>{title}</h2>
<p>{message}</p>
</section>
</div>
</body>
</html>