About 1739237912646 milliseconds have passed since midnight of the january the first in 1970. ------------------------------------------------------ li { a[href="https://meet.metamuffin.org"] { "keks-meet" } } } }, } } #[get("/contact")] pub fn r_contact() -> DynScaffold<'static> { Scaffold { title: "contact".to_string(), content: markup::new! { p { "You can reach out to me in a bunch of ways. I am also generally looking for nice software ideas to implement." } ul { li { "matrix: " a[href="https://matrix.to/#/@metamuffin:metamuffin.org"]{"@metamuffin:metamuffin.org"} } li { "fedi: " a[href="https://social.metamuffin.org/@metamuffin"]{"@metamuffin@social.metamuffin.org"} } li { "electronic mail: " a[href="mailto:metamuffin@disroot.org"]{"metamuffin@disroot.org"} } li { "telepathy: come on, just try hard enough" } } }, } } #[get("/stuff")] pub fn r_stuff() -> DynScaffold<'static> { Scaffold { title: "stuff".to_string(), content: markup::new! { h1 { "Stuff" } p { "I use arch btw." }