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.
Suliman via Digitalmars-d-learn Wed, 06 May 2015 11:55:54 -0700
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.