/= sigil-html /web/sigil/sigil |_ bowl:gall ++ favicon %+ weld "" "" ++ $ =/ sigil (sigil-html src) ;html ;head ;meta(charset "utf-8"); ;meta(name "viewport", content "width=device-width, initial-scale=1, shrink-to-fit=no"); ;link(rel "icon", type "image/svg+xml", href (weld "data:image/svg+xml;utf8," favicon)); == ;body ;main#login-page.white ;h1.tc:"Henlo" ;p:"You are logged" ;+ sigil == ;form(action "/zodiac/logout", method "get") ;button(id "logout-button", type "submit"):"Logout" == == == --