comparison website/src/examples/hi2.luan @ 1216:5dbb552075ff

doctype
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Mar 2018 15:27:08 -0600
parents 49cf706c326a
children
comparison
equal deleted inserted replaced
1215:d2da8bfa2013 1216:5dbb552075ff
18 <% 18 <%
19 end 19 end
20 20
21 local function hello(name) 21 local function hello(name)
22 %> 22 %>
23 <!doctype html>
23 <html> 24 <html>
24 <body> 25 <body>
25 <h1>Hello</h1> 26 <h1>Hello</h1>
26 <p>Hi <%= name %>!</p> 27 <p>Hi <%= name %>!</p>
27 </body> 28 </body>