Mercurial Hosting > hghosting
comparison src/private/tools/private_users.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 |
---|---|
17 | 17 |
18 | 18 |
19 local function response(content) | 19 local function response(content) |
20 %> | 20 %> |
21 <!doctype html> | 21 <!doctype html> |
22 <html> | 22 <html lang="en"> |
23 <head> | 23 <head> |
24 <% head() %> | 24 <% head() %> |
25 <title>Mercurial Private Users</title> | 25 <title>Mercurial Private Users</title> |
26 </head> | 26 </head> |
27 <body> | 27 <body> |
64 end | 64 end |
65 return | 65 return |
66 end | 66 end |
67 %> | 67 %> |
68 <!doctype html> | 68 <!doctype html> |
69 <html> | 69 <html lang="en"> |
70 <head> | 70 <head> |
71 <% head() %> | 71 <% head() %> |
72 <title>Mercurial Private Users</title> | 72 <title>Mercurial Private Users</title> |
73 </head> | 73 </head> |
74 <body> | 74 <body> |