live.umm.gay/web/src/pages/index.tsx

22 lines
457 B
XML

import Head from "next/head"
export default () => {
return <>
<Head>
<title>low-latency streaming | live.umm.gay</title>
</Head>
<main>
<header>
<h1>live.umm.gay</h1>
<p>low-latency live streaming (invite-only). in essence, screen share using OBS.</p>
</header>
<section>
<h2>coming soon…</h2>
<p>live.umm.gay is a work-in-progress service.</p>
</section>
</main>
</>
}