添加「联络我」

This commit is contained in:
2026-03-27 11:38:27 +08:00
parent 8ba3652072
commit 732774551d
2 changed files with 10 additions and 0 deletions

9
src/pages/contact.astro Normal file
View File

@ -0,0 +1,9 @@
---
import BoringLayout from '../layout/BoringLayout.astro'
---
<BoringLayout title="联络我">
<h1>联络我</h1>
<p>邮箱:<a href="mailto:passthem183@gmail.com">passthem183@gmail.com</a></p>
<p>点击 <a href="/">这里</a> 返回主页</p>
</BoringLayout>

View File

@ -7,5 +7,6 @@ import MainpageButton from '../components/MainpageButton.svelte'
<h1>博客系统翻新中...</h1> <h1>博客系统翻新中...</h1>
<p>点击 <a href="https://legacy.passthem.top">这里</a> 查看旧版博客</p> <p>点击 <a href="https://legacy.passthem.top">这里</a> 查看旧版博客</p>
<p>或者了解更多 <a href="/about">关于这里</a></p> <p>或者了解更多 <a href="/about">关于这里</a></p>
<p>也欢迎你来 <a href="/contact">联络我</a></p>
<p><MainpageButton client:only /></p> <p><MainpageButton client:only /></p>
</BoringLayout> </BoringLayout>