brf/client/public/components/start_page.tsx
2025-11-24 17:09:09 +01:00

12 lines
165 B
TypeScript

import { h } from 'preact'
const StartPage = () => (
<section>
<h1>Fart Page</h1>
<p>Haha oh my, fart page.</p>
</section>
)
export default StartPage