comparison web/src/luan/modules/web/web_run.luan @ 340:fb18724521d2

rename Html.simple_html_page to simply_html_page
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 31 Mar 2015 02:35:40 -0600
parents db37d6aee4db
children
comparison
equal deleted inserted replaced
339:673eebd83b74 340:fb18724521d2
22 i = i + 1 22 i = i + 1
23 end 23 end
24 end 24 end
25 25
26 local function form() 26 local function form()
27 Html.simple_html_page{ 27 Html.simply_html_page{
28 head = function() %> 28 head = function() %>
29 <title>Run Luan Code</title> 29 <title>Run Luan Code</title>
30 <% end; 30 <% end;
31 body = function() %> 31 body = function() %>
32 <center margin-top=10> 32 <center margin-top=10>