use yew::prelude::*; pub struct FindMe; impl Component for FindMe { type Message = (); type Properties = (); fn create(_ctx: &Context) -> Self { Self } fn view(&self, _ctx: &Context) -> Html { html! { <>

{r"follow us"}

{" × "}{r"fediverse"}
{" × "}{r"bluesky"}

{r"write us"}

{r" × matrix » @iouring:hi.stellaris.fyi"}
{r" × telegr » @luc1ell3"}
{r" × ewcord » @donotusedisc0rdkthxbye"}

{r"git gud"}

{" × "}{r"my own!!!"}
{" × "}{r"the gay one"}
{" × "}{r"git of fren"}
{" × "}{r"a mountain what"}

} } }