Files
Letters/index.html
T
biss 26f77d7c91
Vercel Deploy / deploy (push) Successful in 1m1s
初始化所有人信函
2026-03-26 13:07:34 +08:00

35 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>多彩场景信函样例</title>
<link href="https://fonts.googleapis.com/css2?family=Zhi+Mang+Xing&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="letter-container theme-campus">
<h2 class="salutation">亲爱的[朋友/同学姓名]</h2>
<div class="content">
<p>好久不见!最近过得怎么样?</p>
<p>转眼间夏天就要到了,还记得那时候我们一起在操场上挥洒汗水、在教室里畅谈未来的日子吗?那段时光,真的就像昨天刚发生一样。</p>
<p>这次致信,是想告诉你一个好消息。下周六我要举办一个久违的聚会,希望你一定要来!哪怕只是聊聊天,喝杯茶,也是极好的。时光易逝,友情常驻。愿你每天都充满活力,事事顺心!</p>
</div>
<div class="closing">
<p class="wish-prefix">此致</p>
<p class="wish-suffix">敬礼!</p>
</div>
<div class="footer">
<p class="signature">[您的署名]</p>
<p class="date">2026年3月25日</p>
</div>
</div>
</body>
</html>