11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
---
|
||
import TitleBar from "@components/TitleBar.astro";
|
||
---
|
||
|
||
<TitleBar/>
|
||
|
||
<main class="flex flex-col items-center justify-center h-full flex-grow gap-8 px-4">
|
||
<h1 class="text-4xl font-medium text-center">正在施工中……</h1>
|
||
<p>在搜索栏输入BV号或AV号,可以查询目前数据库收集到的信息~</p>
|
||
</main>
|