website/pages/index.tsx

12 lines
179 B
TypeScript
Raw Normal View History

2024-04-20 14:56:46 +00:00
export default function Home() {
return (
<>
<h1>Flint</h1>
<p>
A free and open-source, self hostable federated git platform.
</p>
</>
);
}