summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/page5.lua
blob: dcf7f9f559a0fff70acf2b0dfc8ce68befaaf481 (plain)
1
2
3
4
5
6
7
8
mg.write("HTTP/1.0 200 OK\r\n")
mg.write("Content-Type: text/html\r\n")
mg.write("\r\n")
mg.write([[<html><body><p>
Hello world!
</p>
</body></html>
]])