cvsa/packages/frontend/src/components/Welcome.astro
2025-04-26 20:50:30 +08:00

11 lines
334 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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>