About 1759445483910 milliseconds have passed since midnight of the january the first in 1970. ------------------------------------------------------ main: Main, noimg: bool, ) { @markup::doctype() html[lang="en"] { head { title { @title " - " "metamuffin's website" } meta[name="viewport", content="width=device-width, initial-scale=1.0"]; meta[name="description", content="metamuffin's personal website"]; // TODO link[rel="stylesheet", href="/style.css"]; } body { @if !noimg { img[ src="https://s.metamuffin.org/avatar/default-512.webp", alt="a muffin with purple glowing regions where a 3d vornoi function using chebychev distance exceeds some threshold", align="left", height=80, width=80, hspace=10, ]; } h1 { "metamuffin's personal website" } nav { a[href=uri!(r_about())] { "About" } " " a[href=uri!(r_blog())] { "Blog" } " " a[href=uri!(r_projects())] { "Projects" } " " a[href=uri!(r_contact())] { "Contact" } " " a[href=uri!(r_stuff())] { "Stuff" } " " a[href="https://codeberg.org/metamuffin"] { "Codeberg" } " " a[href=uri!(r_pgp_key())] { "PGP-Key" } " " }