10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
---
|
|
import Layout from "@layouts/Layout.astro";
|
|
---
|
|
|
|
<Layout title="注册">
|
|
<main class="relative flex-grow pt-36">
|
|
<h1>欢迎</h1>
|
|
</main>
|
|
</Layout>
|