el.xwx.moe/pages/index.tsx

8 lines
161 B
TypeScript
Raw Normal View History

2023-01-29 12:12:36 -06:00
export default function Home() {
return (
2023-01-31 05:36:56 -06:00
<div className="p-5">
<p className="text-3xl font-bold text-center mb-10">Linkwarden</p>
</div>
2023-01-29 12:12:36 -06:00
);
}