aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/pages/index.astro
blob: 837f8668d28e0058dccf0e4ad54dcc89adab4342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
import Header from "@components/base/Header.astro";
import Layout from "../layouts/Layout.astro";
import Logo from "@components/logos/Logo.astro";
---

<Layout>
	<section>
		<Logo size={44} logo="oneconfig.minimal" />
		<Header size="xl">Meet <b>OneConfig</b>, the library for <b>everyone</b>.</Header>
	</section>
</Layout>