comparison src/private/tools/index.html.luan @ 24:f9a4e674de75

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 11:13:52 -0600
parents a6be8817c05b
children
comparison
equal deleted inserted replaced
23:7c9a45368af2 24:f9a4e674de75
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 <title>Mercurial Private Tools</title> 17 <title>Mercurial Private Tools</title>
18 </head> 18 </head>
19 <body> 19 <body>