mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
Add very simple test page (created by Lua)
This commit is contained in:
parent
85f9d7d409
commit
f030c1c71e
8
test/page5.lua
Normal file
8
test/page5.lua
Normal file
@ -0,0 +1,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>
|
||||
]])
|
Loading…
x
Reference in New Issue
Block a user