httpd/
httpd/lib/
httpd/lib/data/
httpd/lib/include/
string request() {
    return html_page("A Simple, Dynamic Page",
"This information is being served to you via WWWlib, running on <B>"
__VERSION__ "</B>, a LPC server. <P>  The current time is " + ctime(time()));
}