first init
Vercel Deploy / deploy (push) Successful in 2m42s

This commit is contained in:
2026-03-25 19:59:31 +08:00
Unverified
commit b98c6da3a6
5 changed files with 166 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<!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>