comparison website/src/examples/hi.luan @ 1178:49cf706c326a

serve_for_nginx on port 8081
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 13 Feb 2018 22:44:06 -0700
parents 2113294ccc6d
children
comparison
equal deleted inserted replaced
1177:26533dd4cd09 1178:49cf706c326a
3 3
4 4
5 return function() 5 return function()
6 Io.stdout = Http.response.text_writer() 6 Io.stdout = Http.response.text_writer()
7 %> 7 %>
8 <!doctype html>
8 <html> 9 <html>
9 <body> 10 <body>
10 Hello World 11 Hello World
11 </body> 12 </body>
12 </html> 13 </html>