Files
Letters/index.html
T
biss b98c6da3a6
Vercel Deploy / deploy (push) Successful in 2m42s
first init
2026-03-25 19:59:31 +08:00

27 lines
938 B
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">
<link rel="stylesheet" href="./css/vintage.css"> <title>书信预览</title>
</head>
<body>
<div class="letter-container">
<h2 class="salutation">尊敬的[姓名/称谓]</h2>
<div class="content">
<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>