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