diff --git a/examples/hello.lp b/examples/hello.lp new file mode 100644 index 00000000..c4a71275 --- /dev/null +++ b/examples/hello.lp @@ -0,0 +1,4 @@ + mg.write('HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n') ?> +
+ Today is: mg.write(os.date("%A")) ?> +