!7
html {
S title = "Galerie Don Enrico";
S visitors = registerVisitor();
ret htitle(hTitleClean(title))
+ hmobilefix ()
+ hGoogleFont("Nunito Sans:900")
+ hcenter2(
h1(title, "style", "font-family: 'Nunito Sans', sans-serif; margin-bottom: 0px")
+ p(himgSameLink(#1006605, width := 1920/4, height := 2560/4))
+ p(htmlencode("\"Arthurbärchen\""))
+ p(himgSameLink(#1006606, width := 2560/4, height := 1920/4))
+ p(htmlencode("\"LR\" (vorderes Bild)"))
+ p(htmlencode("Bilder sind kaufbar (Öl auf Holz). ") + ahref("mailto:info@ai1.lol", "Mach uns ein Preisangebot!"))
+ p("(info@ai1.lol)");
}