Mercurial Hosting > hghosting
comparison src/admin/add.html.luan @ 24:f9a4e674de75 default tip
add lang
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 02 May 2025 11:13:52 -0600 |
parents | 7c9a45368af2 |
children |
comparison
equal
deleted
inserted
replaced
23:7c9a45368af2 | 24:f9a4e674de75 |
---|---|
35 | 35 |
36 return function() | 36 return function() |
37 Io.stdout = Http.response.text_writer() | 37 Io.stdout = Http.response.text_writer() |
38 %> | 38 %> |
39 <!doctype html> | 39 <!doctype html> |
40 <html> | 40 <html lang="en"> |
41 <head> | 41 <head> |
42 <% head() %> | 42 <% head() %> |
43 <title>Add Mercurial Repository</title> | 43 <title>Add Mercurial Repository</title> |
44 </head> | 44 </head> |
45 <body> | 45 <body> |