1
0

add: a warning in temp frontend

This commit is contained in:
alikia2x (寒寒) 2026-02-24 22:19:30 +08:00
parent 09188f201d
commit 7532e0e961
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 56209E0CCD8420C6

View File

@ -13,6 +13,11 @@ export default function Home() {
const [input, setInput] = useState("");
return (
<Layout>
<div className="bg-red-100 dark:bg-red-900 text-red-800 dark:text-red-200 p-4 mt-8 rounded-lg">
<h2 className="text-red-900 dark:text-red-200 text-2xl font-bold mb-2"></h2>
<p></p>
<p></p>
</div>
<h2 className="text-2xl font-medium mt-8 mb-4"></h2>
<div className="flex max-sm:flex-col sm:items-center justify-between gap-7 mb-8">
<div className="flex gap-3">