8
src/pages/latest-projects.astro
Normal file
8
src/pages/latest-projects.astro
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro"
|
||||
import ComingSoon from "../components/ComingSoon.astro"
|
||||
---
|
||||
|
||||
<Layout title="Latest Projects — 暂未上线">
|
||||
<ComingSoon module="Latest Projects" moduleZh="最新项目" />
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user