!7 p { int port = serveHttp(); startChromeApp("http://localhost:" + port); } html { ret hhtml(hhead(htitle("YouTube!")) + hbody( hjavascript([[ window.resizeTo(400, 300); ]]) + youtubeEmbed("8CwZen9b5mU", 400, 300), style := "YouTube!"); }