website/pages/index.tsx
2024-04-20 16:56:46 +02:00

12 lines
179 B
TypeScript

export default function Home() {
return (
<>
<h1>Flint</h1>
<p>
A free and open-source, self hostable federated git platform.
</p>
</>
);
}