comparison website/src/examples/hi.html.luan @ 1931:28cd9b3abdb3

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 10:24:38 -0600
parents 4c2972f4d862
children
comparison
equal deleted inserted replaced
1930:2b5eccebddd9 1931:28cd9b3abdb3
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 <!doctype html>
9 <html> 9 <html lang="en">
10 <body> 10 <body>
11 Hello World 11 Hello World
12 </body> 12 </body>
13 </html> 13 </html>
14 <% 14 <%