comparison src/private/tools/delete_user.html.luan @ 24:f9a4e674de75 default tip

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 11:13:52 -0600
parents 028e74c8889d
children
comparison
equal deleted inserted replaced
23:7c9a45368af2 24:f9a4e674de75
22 22
23 return function() 23 return function()
24 Io.stdout = Http.response.text_writer() 24 Io.stdout = Http.response.text_writer()
25 %> 25 %>
26 <!doctype html> 26 <!doctype html>
27 <html> 27 <html lang="en">
28 <head> 28 <head>
29 <% head() %> 29 <% head() %>
30 <title>Delete Mercurial User</title> 30 <title>Delete Mercurial User</title>
31 </head> 31 </head>
32 <body> 32 <body>