require"h" head = mkhead("ubq323's website",true) function l(text,path) return li(a(text,path or "/"..text)) end mainsect = section { p [[hello, i am rebecca, and this is my website. on it are some things:]]; ul { l(",flappy fly bird man?","/ffbm"); l "morrison"; l("apioforum","//a.gh0.pw"); l("ubq323 git","//g.gh0.pw"); l("some music","//ubq323.bandcamp.com"); l("questions","/questions/questions.html"); l "garden"; }; } contact = section { h2 "contact"; p "i enjoy it when people contact me. if you are cool, please contact me."; ul { li [[email: ubq323@ubq323.website]], li [[xmpp: ubq323@ubq323.website]], li { [[irc: ubq323 on ]], a("apionet","irc:ubq323.website/#a") }, li [[discord (if you must): ubq323]], li { 'the ', a('questions page','/questions/questions.html') }, }, } footer = safe [[
]] print(html{ head, site_top, mainsect, contact, footer })