comparison src/admin/delete.html.luan @ 24:f9a4e674de75 default tip

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