Explorar o código

Add very simple test page (created by Lua)

bel2125 %!s(int64=8) %!d(string=hai) anos
pai
achega
f030c1c71e
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      test/page5.lua

+ 8 - 0
test/page5.lua

@@ -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>
+]])