mongoose/examples/hello.lp
2014-03-12 12:47:41 +00:00

5 lines
152 B
Plaintext

<? mg.write('HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n') ?>
<html><body>
<span>Today is:</span> <? mg.write(os.date("%A")) ?>
</body></html>