use leptos::*; use crate::prelude::*; #[component] pub fn AboutPage() -> impl IntoView { view! {
about

μpub" is a micro social network powered by "ActivityPub

"the "fediverse" is an ensemble of social networks, which, while independently hosted, can communicate with each other"

content is aggregated in timelines, logged out users can only access the global server timeline


"while somewhat usable, "μpub" is under active development and still lacks some mainstream features (such as hashtags or lists)"

"if you would like to contribute to "μpub"'s development, get in touch and check "github" or "forgejo

} }