Mercurial Hosting > hghosting
comparison src/private/tools/backup.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 Backup</title> | 25 <title>Mercurial Backup</title> |
26 </head> | 26 </head> |
27 <body> | 27 <body> |
74 end | 74 end |
75 return | 75 return |
76 end | 76 end |
77 %> | 77 %> |
78 <!doctype html> | 78 <!doctype html> |
79 <html> | 79 <html lang="en"> |
80 <head> | 80 <head> |
81 <% head() %> | 81 <% head() %> |
82 <title>Mercurial Backup</title> | 82 <title>Mercurial Backup</title> |
83 </head> | 83 </head> |
84 <body> | 84 <body> |