Mercurial Hosting > hghosting
comparison src/get_password.html.luan @ 24:f9a4e674de75 default tip
add lang
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 02 May 2025 11:13:52 -0600 |
parents | b14073ab9d07 |
children |
comparison
equal
deleted
inserted
replaced
23:7c9a45368af2 | 24:f9a4e674de75 |
---|---|
45 end | 45 end |
46 | 46 |
47 local function response(content) | 47 local function response(content) |
48 %> | 48 %> |
49 <!doctype html> | 49 <!doctype html> |
50 <html> | 50 <html lang="en"> |
51 <head> | 51 <head> |
52 <% head() %> | 52 <% head() %> |
53 <title>Mercurial - Get Password</title> | 53 <title>Mercurial - Get Password</title> |
54 </head> | 54 </head> |
55 <body> | 55 <body> |
75 end | 75 end |
76 return | 76 return |
77 end | 77 end |
78 %> | 78 %> |
79 <!doctype html> | 79 <!doctype html> |
80 <html> | 80 <html lang="en"> |
81 <head> | 81 <head> |
82 <% head() %> | 82 <% head() %> |
83 <title>Mercurial - Get Password</title> | 83 <title>Mercurial - Get Password</title> |
84 </head> | 84 </head> |
85 <body> | 85 <body> |