添加「联络我」
This commit is contained in:
9
src/pages/contact.astro
Normal file
9
src/pages/contact.astro
Normal 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>
|
||||
@ -7,5 +7,6 @@ import MainpageButton from '../components/MainpageButton.svelte'
|
||||
<h1>博客系统翻新中...</h1>
|
||||
<p>点击 <a href="https://legacy.passthem.top">这里</a> 查看旧版博客</p>
|
||||
<p>或者了解更多 <a href="/about">关于这里</a></p>
|
||||
<p>也欢迎你来 <a href="/contact">联络我</a></p>
|
||||
<p><MainpageButton client:only /></p>
|
||||
</BoringLayout>
|
||||
|
||||
Reference in New Issue
Block a user