comparison src/do_login.html.luan @ 94:8c3b56bb0c83

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 10:41:18 -0600
parents 3053a4fc10be
children
comparison
equal deleted inserted replaced
93:d0566cc4a2ac 94:8c3b56bb0c83
20 local password = Http.request.parameters.password or error() 20 local password = Http.request.parameters.password or error()
21 local user = User.get_by_id(user_id) 21 local user = User.get_by_id(user_id)
22 Io.stdout = Http.response.text_writer() 22 Io.stdout = Http.response.text_writer()
23 %> 23 %>
24 <!doctype html> 24 <!doctype html>
25 <html> 25 <html lang="en">
26 <head> 26 <head>
27 <% head() %> 27 <% head() %>
28 </head> 28 </head>
29 <body> 29 <body>
30 <% header() %> 30 <% header() %>