vibed: how to use pure HTML instead of template engine?

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 6 11:52:40 PDT 2015


> auto html = someStringActions();
> res.writeBody(cast(ubyte[])html);

Thanks, but how to attach to html css file? Now page is loading, 
but do not handle css that also placed in this folder.


More information about the Digitalmars-d-learn mailing list