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

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 10:41:18 -0600
parents e229f4aacde0
children
comparison
equal deleted inserted replaced
93:d0566cc4a2ac 94:8c3b56bb0c83
11 11
12 return function() 12 return function()
13 Io.stdout = Http.response.text_writer() 13 Io.stdout = Http.response.text_writer()
14 %> 14 %>
15 <!doctype html> 15 <!doctype html>
16 <html> 16 <html lang="en">
17 <head> 17 <head>
18 <% head() %> 18 <% head() %>
19 <style> 19 <style>
20 [content] { 20 [content] {
21 max-width: 90%; 21 max-width: 90%;