comparison website/src/examples/hi2_simply_html.luan @ 494:2b9bc97f0439

change luan:web to luan:http
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 15 May 2015 17:43:13 -0600
parents 2f5cc9c2cbf0
children 598123096772
comparison
equal deleted inserted replaced
493:1d082a0812e0 494:2b9bc97f0439
1 local Io = require "luan:Io" 1 local Io = require "luan:Io"
2 local Html = require "luan:Html" 2 local Html = require "luan:Html"
3 local Http = require "luan:web/Http" 3 local Http = require "luan:http/Http"
4 4
5 5
6 local function form() %> 6 local function form() %>
7 <form> 7 <form>
8 <label>What is you name?</label> 8 <label>What is you name?</label>