1mg.write("HTTP/1.0 200 OK\r\n")
2mg.write("Content-Type: text/html\r\n")
3mg.write("\r\n")
4mg.write([[<html><body><p>
5Hello world!
6</p>
7</body></html>
8]])
9