comparison src/private/tools/index.html.luan @ 94:8c3b56bb0c83 default tip

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 10:41:18 -0600
parents 7b339b1ccd11
children
comparison
equal deleted inserted replaced
93:d0566cc4a2ac 94:8c3b56bb0c83
9 9
10 return function() 10 return function()
11 Io.stdout = Http.response.text_writer() 11 Io.stdout = Http.response.text_writer()
12 %> 12 %>
13 <!doctype html> 13 <!doctype html>
14 <html> 14 <html lang="en">
15 <head> 15 <head>
16 <% head() %> 16 <% head() %>
17 </head> 17 </head>
18 <body> 18 <body>
19 <% header() %> 19 <% header() %>